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>"
}
Modify metadata for an existing experiment
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>"
}
For users in the European Union: Please use eu.api.helicone.ai
instead of
api.helicone.ai
.
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?