Monitors
Toggle a Monitor
PUT
/
api
/
v1
/
monitors
/
{id}
/
toggle
Path Parameters
id
integer
requiredThe unique identifier of the monitor.
Body
application/json
enabled
boolean
requiredIndicate whether to enable or disable the monitor.
Response
200 - application/json
The response is of type any
.