curl --request POST \
--url https://api.helicone.ai/v2/experiment/{experimentId}/row/update \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"inputs": {},
"inputRecordId": "<string>"
}'
{}
Update rows in an experiment using v2 API
curl --request POST \
--url https://api.helicone.ai/v2/experiment/{experimentId}/row/update \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"inputs": {},
"inputRecordId": "<string>"
}'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?