curl --request PATCH \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/cell \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"updateInputs": true,
"metadata": "<string>",
"value": "<string>",
"status": "<string>",
"cellId": "<string>"
}'
{}
Modify the content of a specific cell in an experiment table
curl --request PATCH \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/cell \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"updateInputs": true,
"metadata": "<string>",
"value": "<string>",
"status": "<string>",
"cellId": "<string>"
}'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?