curl -X POST "https://api.helicone.ai/v1/prompt-2025/update/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123",
"promptVersionId": "version_789"
}'
null
Set a specific prompt version as the production version
curl -X POST "https://api.helicone.ai/v1/prompt-2025/update/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123",
"promptVersionId": "version_789"
}'
null
null
on successful update.
curl -X POST "https://api.helicone.ai/v1/prompt-2025/update/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123",
"promptVersionId": "version_789"
}'
null
Was this page helpful?