To update the YouTube content and web search filtering settings for an MX device using the Meraki Dashboard API V1, you can use the following steps: Retrieve the current configuration for the MX device using the API. You can make a GET request to the following endpoint: /networks/{networkId}/appliance/security/malware Replace {networkId} with the actual ID of your network. Once you have the current configuration, modify the settings for YouTube content and web search filtering accordingly. To update the configuration, make a PUT request to the following endpoint: /networks/{networkId}/appliance/security/malware Include the modified settings in the request payload. The payload should be in JSON format and include the necessary parameters for configuring the YouTube content and web search filtering [ https://lenovonetfilter.com/resource/five-common-web-filtering-questions-answered ]. Refer to the API documentation for the specific parameters and their values. Send the PUT request with the updated payload to update the configuration. Make sure you have the appropriate API access and authentication to perform these operations. The Meraki Dashboard API documentation provides more detailed information on the request payload structure and the available parameters.
... View more