cURL
curl --request POST \ --url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/edit-label \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>" }'
{ "data": { "metadata": {} } }
Modify the label of a specific prompt version
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?