Skip to main content
POST
Skip a test run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
repo
string
required

Full repository name in owner/repo format.

commit_sha
string
required

Full Git commit SHA.

environment
string

Environment slug.

Response

The skipped check run.

data
object
required
error
any | null
required

Always null for success responses.