Authorizations
Body
application/json
curl --request POST \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/mark-stage-failure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'{}curl --request POST \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/mark-stage-failure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'{}Was this page helpful?