Skip to main content
PUT
Apply tags to prompt version

Authorizations

Authorization
string
header
required

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

Body

application/json
prompt_version_id
string
required

Identifier of the prompt version to apply tags to.

tags
string[]
required

Tags to apply to the prompt version.

force
boolean | null
default:false

Whether to forcibly reassign tags already in use by other prompt versions.

Response

200 - application/json

Empty response indicating successful tag application

The response is of type EmptyResponse · object.