Same error after adding device policy in the body: PUT /api/v1/networks/[MY_NETWORK_ID]/clients/[MY_CLIENT_ID]/policy HTTP/1.1 Host: [MERAKI_HOST_HERE] X-Cisco-Meraki-API-Key: [REDACTED] Accept-Language: en-US,en;q=0.9 Connection: close Content-Length: 66 { "devicePolicy": "Group policy", "groupPolicyId": "104" } Result was: HTTP/1.1 400 Bad Request Server: nginx Date: Mon, 06 Dec 2021 01:21:15 GMT Content-Type: application/json; charset=utf-8 Connection: close Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Fri, 01 Jan 1990 00:00:00 GMT X-Frame-Options: sameorigin X-Robots-Tag: none X-UA-Compatible: IE=Edge,chrome=1 [TRUNCATED] Content-Length: 144 {"errors":["Error for /networks/{networkId}/clients/{clientId}/policy: None of the fields ('devicePolicy' or 'groupPolicyId') were specified."]}
... View more