curl -X POST "https://api.helicone.ai/v1/prompt-2025/id/prompt_123/rename" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Updated Customer Support Bot"
}'
null
Rename an existing prompt
curl -X POST "https://api.helicone.ai/v1/prompt-2025/id/prompt_123/rename" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Updated Customer Support Bot"
}'
null
null
on successful rename.
curl -X POST "https://api.helicone.ai/v1/prompt-2025/id/prompt_123/rename" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Updated Customer Support Bot"
}'
null
Was this page helpful?