Apply runtime preference overrides
PUT /v1/runtime-preferences — Batch apply user overrides with all-or-nothing validation. Supports If-Match concurrency via header or body. Critical-ti
PUT /v1/runtime-preferences
Batch apply user overrides with all-or-nothing validation. Supports If-Match concurrency via header or body. Critical-tier toggles require a signed ack token.
| Method | PUT |
| Path | /v1/runtime-preferences |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | preferences |
Request body
{ "if_match": "<rev>", "overrides": { "thinking.enabled": true }, "ack_token": "<optional>" }