PUT
/
api
/
ml
/
v1
/
artifact-versions
/
tags
Apply Artifact Version Tags
curl --request PUT \
  --url https://{controlPlaneURL}/api/ml/v1/artifact-versions/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "artifact_version_id": "<string>",
  "tags": [
    "<string>"
  ],
  "force": false
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
artifact_version_id
string
required
tags
string[]
required
force
boolean
default:false

Response

Successful Response

The response is of type object.