Client configsClient_name
Get, upsert or delete a per-client configuration override
Removes the override; the client will fall back to global defaults from config.yaml.
Path Parameters
client_name*string
Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Response Body
application/json
curl -X DELETE "https://athena-cluster.com/admin/client-configs/string" \ -H "apikey: string"Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}List per-client configuration overrides GET
Returns all rows from the `athena_client_configs` table used to override gateway behavior (resilience, admission, insert windows, feature flags, etc.) on a per-client basis. Requires the static admin key.
Get, upsert or delete a per-client configuration override GET
Retrieve the override row for one client (if any). Requires the static admin key.