action meraki_get_network_switch_settings_multicast { label: "Return multicast settings for a network" description: "Return multicast settings for a network" provider: meraki method: GET path: "/networks/{networkId}/switch/settings/multicast" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }