/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-30
491
704
2.1 MB
evals
evals
Update an evaluator
patch
/v1/evaluators/{evaluator_id}
Path parameters
evaluator_id
string
uuid
required
Request body
EvaluatorUpdate
required
name
string
nullable
description
string
nullable
owner
string
nullable
status
'active'
|
'inactive'
|
'archived'
nullable
config
object
nullable
prompt
string
nullable
threshold
number
nullable
severity
'info'
|
'low'
|
'medium'
|
'high'
|
'critical'
nullable
judge_model_override
string
nullable
format
'boolean'
|
'enum'
|
'numeric'
|
'score'
nullable
tags
string[]
nullable
Response
Successful Response
EvaluatorResponse
required
id
string
uuid
required
organization_id
string
uuid
required
name
string
required
kind
string
required
format
string
required
description
string
nullable
required
owner
string
nullable
required
status
string
required
config
object
prompt
string
nullable
required
threshold
number
nullable
required
severity
string
required
judge_model_override
string
nullable
required
tags
string[]
created_by
string
uuid
nullable
created_at
string
date-time
required
updated_at
string
date-time
required