Hello, I have used 2 different languages( merakiapi.py and c# ) to update the port configuration on a switch ( tags and vlan ) and although the return status is 200, the configuration is not changed. I am sending the following information: PUT v0/devices/{serial-num-of-switch}/switchPorts/1 And the data I am sending is : { "vlan": 12, "tags": "test" } Anything that I am missing to get this working? Thanks in advance.
... View more