MINARA

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.

MethodPUT
Path/v1/runtime-preferences
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorypreferences

Request body

{ "if_match": "<rev>", "overrides": { "thinking.enabled": true }, "ack_token": "<optional>" }

On this page