cURL
curl --request PUT \ --url https://api.helicone.ai/v1/evaluator/{evaluatorId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "scoring_type": "<string>", "llm_template": "<unknown>", "code_template": "<unknown>", "name": "<string>", "last_mile_config": "<unknown>" } '
{ "data": { "id": "<string>", "created_at": "<string>", "scoring_type": "<string>", "llm_template": "<unknown>", "organization_id": "<string>", "updated_at": "<string>", "name": "<string>", "code_template": "<unknown>", "last_mile_config": "<unknown>" }, "error": null }
Modify an existing evaluator configuration
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?