cURL
curl --request POST \ --url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/edit-template \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "heliconeTemplate": "<any>", "experimentId": "<string>" }'
{}
Modify the template of a specific prompt version
Ok
The response is of type object.
object
Was this page helpful?