Skip to main content
PUT
Apply tags to artifact version

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

ID of the artifact version to apply tags to

tags
string[]
required

List of tags to apply to the artifact version

force
boolean
default:false

Whether to overwrite existing tags if they conflict

Response

Empty response indicating successful tag application

The response is of type EmptyResponse · object.