Modify the fields of a device
PUT {{baseUrl}}/networks/:networkId/sm/devices/fields
Modify the fields of a device #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wifiMac| string| The wifiMac of the device to be modified. id| string| The id of the device to be modified. serial| string| The serial of the device to be modified. deviceFields| object| The new fields of the device. Each field of this object is optional.
Request Body
{"deviceFields"=>{"name"=>"<string>", "notes"=>"<string>"}, "wifiMac"=>"<string>", "id"=>"<string>", "serial"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"1284392014819","serial":"F5XKHEBX","wifiMac":"00:11:22:33:44:55","name":"Miles's phone","notes":"Here's some info about my device"}