Move a running order item
Moves an item. A position already handed to the player is refused rather than clamped
PATCH /director/air/items/{itemId}
note
SDK method: moveARunningOrderItem
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
itemId | string | Yes | Path parameter. |
Request body (application/json)
Accepts a MoveStationItemInput object.
Response
200 OK — Returns a StationOrder object.