Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello my Meraki friends,This is probably a noob question. I am trying to programmatically edit a VLAN by using the rest API with Python, however I ran into some troubles.While sending the following json using using requests.put: https://nxxx.meraki.c...
When I leave them out it works!From my understanding I'd had to send the entire thing. So what I tried to do is do a get request on the port, alter the JSON response to the VLAN I want, and send the edited response back. Seems I can send any amount o...