Set pad state
Turns a sound down, or puts one back. Answers the whole rack, since one pad changing state is one row moving between two sections of the same page
PUT /pads/{id}/state
note
SDK method: setPadState
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PadState object.
Response
200 OK — Returns a PadList object.