cURL
curl --request POST \ --url https://api.helicone.ai/v2/experiment/{experimentId}/row/update \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "inputs": {}, "inputRecordId": "<string>" } '
{ "data": null, "error": null }
Update rows in an experiment using v2 API
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Construct a type with a set of properties K of type T
Show child attributes
Ok
Was this page helpful?