Update Queue Json Schema Settings
updateQueueJsonSchemaSettingsTurn a queue's schema guard on or off, and freeze or unfreeze the schema document. A guarded queue with no schema yet asks its producing agent to declare one; a frozen schema refuses every change until it is unfrozen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frozen | No | Close the schema document to change. The queue must already have a schema. | |
| guarded | No | Require every new case on this queue to be typed. When on and the queue has no schema yet, the producing agent must declare one before it can add cases. | |
| queue_id | Yes | The queue's unique identifier |