Update The Order In Which The Rules Should Be Processed By The Switch
PUT {{baseUrl}}/networks/:networkId/switch/qosRules/order
Update the order in which the rules should be processed by the switch #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: ruleIds| array| A list of quality of service rule IDs arranged in order in which they should be processed by the switch.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/switch/qosRules/order | update_order |
Request Body
{"ruleIds"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"ruleIds":["1284392014819","2983092129865"]}