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

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;123&quot;,&quot;organizationId&quot;:&quot;2930418&quot;,&quot;confirmed&quot;:true,&quot;synchronous&quot;:false,&quot;status&quot;:{&quot;completed&quot;:false,&quot;failed&quot;:false,&quot;errors&quot;:[]},&quot;actions&quot;:[{&quot;resource&quot;:&quot;/devices/QXXX-XXXX-XXXX/switchPorts/3&quot;,&quot;operation&quot;:&quot;update&quot;,&quot;body&quot;:{&quot;enabled&quot;:false}}]}