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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"name":"My target group","scope":"none","tags":"[]","type":"devices"}