Athena
Client configsSeed from config

Seed client configs table from the local config.yaml bootstrap

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.

POST
/admin/client-configs/seed-from-config

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 POST "https://athena-cluster.com/admin/client-configs/seed-from-config" \  -H "apikey: string"
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}