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.
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>"Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?