Skip to main content
POST
Point a named label at a specific version

Authorizations

Authorization
string
header
required

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

Body

application/json
promptId
string
required

Parent prompt UUID

label
string
required
Example:

"production"

versionId
string
required

Version UUID to point this label at

Response

204 - undefined