Skip to main content
PATCH
Update an evaluator

Authorizations

x-api-key
string
header
required

Path Parameters

evaluator_id
string<uuid>
required

Body

application/json
name
string | null
Maximum string length: 200
description
string | null
Maximum string length: 4096
owner
string | null
Maximum string length: 200
status
enum<string> | null
Available options:
active,
inactive,
archived
config
Config · object | null
prompt
string | null
Maximum string length: 16384
threshold
number | null
severity
enum<string> | null
Available options:
info,
low,
medium,
high,
critical
judge_model_override
string | null
Maximum string length: 200
format
enum<string> | null
Available options:
boolean,
enum,
numeric,
score
tags
string[] | null
Maximum array length: 64

Response

Successful Response

id
string<uuid>
required
organization_id
string<uuid>
required
name
string
required
kind
string
required
format
string
required
description
string | null
required
owner
string | null
required
status
string
required
prompt
string | null
required
threshold
number | null
required
severity
string
required
judge_model_override
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
config
Config · object
tags
string[]
created_by
string<uuid> | null