Zum Hauptinhalt springen

Update Monitor

This endpoint allows you to update an existing Monitor in your Garmingo Status instance.

EndpointMethodURL
/monitors/{id}PATCHhttps://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:

PropertyTypeDescription
successbooleanWhether the request was successful.

Example

{
"success": true
}