Update Monitor
This endpoint allows you to update an existing Monitor in your Garmingo Status instance.
Endpoint | Method | URL |
---|---|---|
/monitors/{id} | PATCH | https://garmingo.com/api/status/v1/monitors/{id} |
Request Body
The request body is the Update Monitor object.
Example
{
"displayName": "My Monitor"
}
Response
The response is a JSON object with the following properties:
Property | Type | Description |
---|---|---|
success | boolean | Whether the request was successful. |
Example
{
"success": true
}