Skip to main content
Infrastructure/Assets
POSTAssetLinkSince 1.1.0SynchronousAuth Required

RejectAssetLinkCandidate

Reject a pending or ambiguous asset-link candidate and record the audit decision.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • uuidStringRequired

    资源的UUID,唯一标识该资源。

Body Fields

  • operatorStringRequired

    Operator for this resource

    Example: value

  • reasonStringRequired

    Reason for this resource

    Example: value

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/asset-links/{uuid}/reject

/api/v1/asset-links/{uuid}/reject

Operation ID

RejectAssetLinkCandidate

Permalink

Request Example

curl -X POST '{host}/api/v1/asset-links/link-uuid/reject' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"operator":"alice","reason":"wrong host candidate"}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history