Update The DSCP To Co S Mappings

PUT {{baseUrl}}/networks/:networkId/switch/dscpToCosMappings

Update the DSCP to CoS mappings #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: mappings| array| An array of DSCP to CoS mappings. An empty array will reset the mappings to default.

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/dscpToCosMappingsupdate

Request Body

{"mappings"=>[{"dscp"=>"<integer>", "cos"=>"<integer>", "title"=>"<string>"}, {"dscp"=>"<integer>", "cos"=>"<integer>", "title"=>"<string>"}]}

HEADERS

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

RESPONSES

status: OK

{&quot;mappings&quot;:[{&quot;dscp&quot;:1,&quot;cos&quot;:1,&quot;title&quot;:&quot;Video&quot;}]}