v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Devices

Update device notes by serial number

This API endpoint updates the notes for a network device based on the provided serial number. To delete the notes, please set the notes to empty string.

patch/network-monitoring/v1/devices/{serial-number}

Path parameters

serial-numberstring const required

The device serial number.

Example:AP00000001

The serial number of the device.

Request body

notesstring required

Notes to be updated for the device. This field contains user-provided notes.

Example request

{
  "notes": "Device is located in Building A, Floor 2"
}

Response

Response containing the updated device notes.

notesstring required

Updated notes for the device.

Example response

{
  "notes": "Device is located in Building A, Floor 2"
}