PUT /queue/operator/
Update Operator Queue
PUT
/queue/operator/{operator_key}
Update the job queue for a specific operator.
Replaces the operator's ordered job list and optionally toggles the
independent flag that controls whether the queue follows the global
work order order. When independent is set to False, triggers a
full reorder of job queues for the target site.
Emits: (direct transaction — no event class)
Required scope: production:queue:update
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
Parameters
Path Parameters
operator_key*
Type
Requiredstring
Query Parameters
site_key
Request Body
application/json
JSON "jobs": [ "string" ], "independent": false
{
}
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}