Settings
Update Scoring Weights
Update scoring weights and pass threshold for quality gates
PATCH
Update Scoring Weights
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update scoring weights and pass threshold for quality gates
curl --request PATCH \
--url https://evalgate.com/api/settings/scoring \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"passThreshold": 50,
"weights": {
"accuracy": 123,
"relevance": 123,
"safety": 123,
"coherence": 123
}
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}curl --request PATCH \
--url https://evalgate.com/api/settings/scoring \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"passThreshold": 50,
"weights": {
"accuracy": 123,
"relevance": 123,
"safety": 123,
"coherence": 123
}
}
'{
"error": {
"message": "<string>",
"details": "<unknown>",
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}