Update A Target Group

PUT {{baseUrl}}/networks/:networkId/sm/targetGroups/:targetGroupId

Update a target group #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of this target group scope| string| The scope and tag options of the target group. Comma separated values beginning with one of withAny, withAll, withoutAny, withoutAll, all, none, followed by tags. Default to none if empty.

Request Body

{"name"=>"<string>", "scope"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;name&quot;:&quot;My target group&quot;,&quot;scope&quot;:&quot;none&quot;,&quot;tags&quot;:&quot;[]&quot;,&quot;type&quot;:&quot;devices&quot;}