Update A Multicast Rendezvous Point

PUT {{baseUrl}}/networks/:networkId/switch/routing/multicast/rendezvousPoints/:rendezvousPointId

Update a multicast rendezvous point #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: interfaceIp| string| The IP address of the interface to use multicastGroup| string| 'Any', or the IP address of a multicast group

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId}update

Request Body

{"interfaceIp"=>"<string>", "multicastGroup"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;rendezvousPointId&quot;:&quot;1234&quot;,&quot;interfaceIp&quot;:&quot;192.168.1.2&quot;,&quot;multicastGroup&quot;:&quot;192.168.128.0/24&quot;}