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
operatorStringRequiredOperator for this resource
Example: value
reasonStringRequiredReason for this resource
Example: value
Responses
Endpoint
POST/api/v1/asset-links/{uuid}/reject
/api/v1/asset-links/{uuid}/reject
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.
