/
SU
supercheck-io
/
Supercheck API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Alerts
1
Audit
1
Authentication
4
Jobs
8
get
List jobs
post
Create a job
get
Get job details
delete
Delete a job
patch
Update a job
get
Get job trigger information
post
Trigger job execution
post
Run a job immediately
Monitors
7
Notifications
6
Runs
7
Status Pages
6
System
2
Tags
3
Tests
10
Trigger Keys
4
Variables
5
Jobs
Update a job
Update job configuration. Only provided fields are changed.
patch
/api/jobs/{id}
Request body
JobUpdateRequest
required
name
string
description
string
cronSchedule
string
tests
JobTestRef[]
alertConfig
JobAlertConfig
Response
Job updated
JobUpdateResponse
required
id
string
uuid
name
string
description
string
nullable
cronSchedule
string
nullable
nextRunAt
string
date-time
nullable
scheduledJobId
string
nullable
testCount
integer
Changes