v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBmonitorsLibraryManagement
Update a monitor or folder.
Update a monitor or folder in the monitors library. When making updates to existing monitors via API, all configurations are over-written. Make sure to include all configurations of the monitor (existing with new updates), not just the new configurations you want to apply.
put/v1/monitors/{id}
Path parameters
idstring required
Identifier of the monitor or folder to update.
Request body
Response
The monitor or folder was updated.
Example response
{
"permissions": [
"Read",
"Delete"
]
}