add-prompt-version-tag
Tag a prompt version with a name like 'production' to label it for deployment. This helps in managing and organizing prompt versions.
Instructions
Add a tag to a specific prompt version. The operation returns no content on success (204 status code).
Example usage: Tag prompt version 'promptversionid1234' with the name 'production'
Expected return: Confirmation message of successful tag addition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_version_id | Yes | ||
| name | Yes | ||
| description | No |