I'm working on some automation scripting and have figured out most of what I need except I can't figure out how to connect a network to a device. I have a script to get the details of an existing device and it shows a "networkId": "L_XXXXXXXXXXXXXX". "networkID" is not listed in the schema on Update Device - Meraki Dashboard API v1 - Cisco Meraki Developer Hub so is this possible to do or is there another API call I should be using instead? If I try to update a device with a PUT and using a "networkId": "L_YYYYYYYYYYYYY" I get Status Code: 400 Response Text: {"errors":["Error for /devices/{serial}: None of the fields ('name', 'tags', 'lat', 'lng', 'address', 'notes', 'moveMapMarker', 'switchProfileId' or 'floorPlanId') were specified."]}
... View more