Hello,
This is my first time using the API to create networks. It seems the issue is when I try and add variables in Postman that I get the 404 errors. For example:
This generates a 404 error
{
"name": "{{name}}",
"timeZone": "America/Eastern",
"tags": " {{tag1}} {tag2}} ",
"disableMyMerakiCom": false,
"type": "appliance switch wireless"
}
This succeeds
{
"name": "Long Island Office",
"timeZone": "America/Los_Angeles",
"tags": " tag1 tag2 ",
"disableMyMerakiCom": false,
"type": "appliance switch camera"
}
I am sure I am missing something in postman to where the variables arent being called out properly. I am using command runner and attaching a csv called test to create a single network. Eventually I will be using this process to create hundreds.
Would anyone be able to point me in the correct direction as to why the 404 error is occuring?
Thanks,