Hi,
We need help in order to update DNS field associate Access Points (AP) on sites.
So in brief, we need to update DNS values by AP.
We are able to obtain DNS field via CURL GET method:
curl -L -H 'X-Cisco-Meraki-API-Key: MY-API-KEY' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN'
PUT method used is this one:
curl -L -H 'X-Cisco-Meraki-API-Key: MY-API-KEY' -H 'Content-Type: application/json' -X PUT --data-binary '{"secondaryDns":"8.8.8.8"}' 'https://api.meraki.com/api/v1/organizations/organizationID/devices/statuses?serials[]=MY-AP-SN'
The error message is thois one: "The page you are looking for may have been moved or does not exist."
Have you got a solution for this case please ?
Regards,