Client configsClient_name
Get, upsert or delete a per-client configuration override
Create or replace the configuration payload for a client. The `config` field holds the override object; optional `metadata` can be stored alongside.
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 PUT "https://athena-cluster.com/admin/client-configs/string" \ -H "apikey: string"Empty
Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}Get, upsert or delete a per-client configuration override GET
Retrieve the override row for one client (if any). Requires the static admin key.
Seed client configs table from the local config.yaml bootstrap POST
One-time (or repeatable) operation that copies the `client_config` entries defined in the process `config.yaml` into the database table so they can be managed at runtime.