cURL
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
eu.api.helicone.ai
api.helicone.ai
Ok
The response is of type object.
object
Was this page helpful?