Dear all, I'm trying to update AP attributes in bulk using Postman runner and a CSV file. There is similar article for updating devices attributes: https://documentation.meraki.com/SM/Other_Topics/Renaming_Systems_Manager_Client_Devices_with_a_.csv_and_Meraki_API_using_Postman_Runner The syntax must be diffrent though cuz I still get a 404 not found with the following command: https://dashboard.meraki.com/api/v0/networks/N_xxxxxxxxxxxxxxxxxx/devices/fields?serial= {{serial}}&deviceFields={"name":"{{name}}"} Does any one have a clue how to achieve this ? Cheers
... View more