Skip to main content
PUT
Apply tags to model version

Authorizations

Authorization
string
header
required

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

Body

application/json
model_version_id
string
required

Identifier of the model version to apply tags to.

tags
string[]
required

Tags to apply to the model version.

force
boolean | null
default:false

Whether to overwrite existing tags that are already in use.

Response

200 - application/json

Empty response indicating successful tag application

The response is of type EmptyResponse · object.