Update a check
Update an existing check. This endpoint must be called with an OAuth2 or it will produce a 400 error.
Authorizations
Default authentication mechanism
Path Parameters
The deployment to update the check for.
"dpl_2qn7PZrx89yxY34vEZPD31Y9XVj6"
The check being updated
"check_2qn7PZrx89yxY34vEZPD31Y9XVj6"
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The name of the check being created
100
"Performance Check"
Path of the page that is being checked
255
"/"
The current status of the check
running
, completed
The result of the check being run
canceled
, failed
, neutral
, succeeded
, skipped
A URL a user may visit to see more information about the check
"https://example.com/check/run/1234abc"
The results of the check Run
An identifier that can be used as an external reference
"1234abc"
Response
registered
, running
, completed
canceled
, failed
, neutral
, succeeded
, skipped
, stale