English
cURL
curl --request POST \ --url https://api.example.com/v1/prompt_versions/{prompt_version_id}/tags \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
"<string>"
Add a new tag to a specific prompt version. Tags help identify and categorize different versions of a prompt.
The ID of the prompt version.
No content returned on successful tag creation
Was this page helpful?