POST
/
v2
/
experiment
/
{experimentId}
/
row
/
update
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>"
}'
{}

Authorizations

authorization
string
header
required

Path Parameters

experimentId
string
required

Body

application/json
inputs
object
required

Construct a type with a set of properties K of type T

inputRecordId
string
required

Response

200 - application/json
Ok
data
enum<number> | null
required
error
enum<number> | null
required