Assign a new tag to a specific prompt version. If the tag already exists, it will be updated to point to the specified version. If the tag does not exist, it will be created.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The slug of the prompt to publish
"my-prompt-slug"
The deployment tag was successfully created or updated
The deployment tag that was created or updated
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"label": "production"
}