PUT
/
v1
/
evaluator
/
{evaluatorId}
curl --request PUT \
  --url https://api.helicone.ai/v1/evaluator/{evaluatorId} \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "scoring_type": "<string>",
  "llm_template": "<any>",
  "code_template": "<any>",
  "name": "<string>",
  "last_mile_config": "<any>"
}'
{
  "data": {
    "id": "<string>",
    "created_at": "<string>",
    "scoring_type": "<string>",
    "llm_template": "<any>",
    "organization_id": "<string>",
    "updated_at": "<string>",
    "name": "<string>",
    "code_template": "<any>",
    "last_mile_config": "<any>"
  }
}

For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

authorization
string
header
required

Path Parameters

evaluatorId
string
required

Body

application/json

Response

200 - application/json

Ok

The response is of type object.