Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the prompt to publish
Example:
"my-prompt-slug"
Body
application/json
Response
The deployment tag was successfully created or updated
The deployment tag that was created or updated
Example:
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "label": "production"
}