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.
Great! That was it!! Thanks @CBurkheadFor my GET I was using the header:headers = {"X-Cisco-Meraki-API-Key":"<my-API-Key>","Accept":"application/json"}And I was trying to use the same header for the PUT operation. I was getting code 200 as you well m...
Hi everyone,I have a few questions about this PUT API.I am using a python script to update the L3 firewall rules. My API uses:requests.put(apiCall, data=json.dumps(payload), headers=headers).json()Where for payload, I've tried using just the array in...