Update An Action Batch
PUT {{baseUrl}}/organizations/:organizationId/actionBatches/:actionBatchId
Update an action batch #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: confirmed| boolean| A boolean representing whether or not the batch has been confirmed. This property cannot be unset once it is true. synchronous| boolean| Set to true to force the batch to run synchronous. There can be at most 20 actions in synchronous batch.
Request Body
{"confirmed"=>"<boolean>", "synchronous"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"123","organizationId":"2930418","confirmed":true,"synchronous":false,"status":{"completed":false,"failed":false,"errors":[]},"actions":[{"resource":"/devices/QXXX-XXXX-XXXX/switchPorts/3","operation":"update","body":{"enabled":false}}]}