Skip to content

PATCH /config

Update Config

PATCH
/config

Upsert one or more platform configuration entries.

Accepts a flat JSON object where each key maps to a config entry _key.
Missing keys with known defaults are reset to their default values.
Passing null for an unknown key is a no-op. If allow_independent_reordering_of_job_queues
is set to false, all operator queues with independent=true are
synchronously reverted and job queues are reordered.

Emits: (direct transaction — no event class)

Required scope: admin:config:write

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Request Body

application/json
JSON
{
  
"additionalProperties": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.