Updates the AI authenticity threshold (0-100). Values are rounded to the nearest integer.
PATCH
/api/v1/admin/config/authenticity-threshold
curl \
--request PATCH 'http://localhost:3500/api/v1/admin/config/authenticity-threshold' \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{
"key": "ai.authenticity.threshold",
"value": 70,
"message": "Updated"
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}