Modify the template of a specific prompt version
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>" }'
{}
Was this page helpful?