POST
/
v1
/
experiment
/
update-meta
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/update-meta \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "meta": {},
  "experimentId": "<string>"
}'
{
  "data": "<any>"
}

Authorizations

authorization
string
header
required

Body

application/json
meta
object
required

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

experimentId
string
required

Response

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