Set Artifact Note
PATCH
/v1/nodes/{node_id}/artifacts/{artifact_id}/noteAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
node_id*Node Id
artifact_id*Artifact Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/v1/nodes/string/artifacts/string/note" \ -H "Content-Type: application/json" \ -d '{ "expected_revision": 0 }'null