Trying to update blockedURLCategories I followed the example at the website and I get back blockedURLCategories is not valid. this is using the put request. If i do a get, works find. { "allowedUrlPatterns": [ "http://www.example.org", "http://help.com.au" ], "blockedUrlPatterns": [ "http://www.example.com", "http://www.betting.com" ], "blockedUrlCategories": [ { "id": "meraki:contentFiltering/category/1", "name":"Real Estate" }, { "id":"meraki:contentFiltering/category/7", "name":"Shopping" } ], "urlCategoryListSize": "topSites" }
... View more