curl -X PATCH "https://api.helicone.ai/v1/prompt-2025/id/prompt_123/tags" \ -H "Authorization: Bearer $HELICONE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "tags": ["customer-support", "v2", "production"] }'Update Prompt Tags
Update the tags for a prompt
1 min read
patchhttps://api.helicone.ai/v1/prompt-2025/id/{promptId}/tags
