v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Checks

Pause or change resolution for multiple checks.

Pause or change resolution for multiple checks in one bulk call.

put/checks

Request body

pausedboolean

Use value: true to pause the check(s) and value: false to unpause it(them).

resolution1 | 5 | 15 | 30 | 60
checkidsstring

Comma-separated list of identifiers for checks to be modified. Invalid check identifiers will be ignored. Default: all checks

Response

Successful operation

messagestring

Example response

{
  "message": "Modification of 4 checks was successful!"
}