v1
latestOpenAPI 3.0.02026-07-243339471.1 MBDevices
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
Example request
{
"notes": "Device is located in Building A, Floor 2"
}Response
Response containing the updated device notes.
Example response
{
"notes": "Device is located in Building A, Floor 2"
}