Jobs
Create a job
Create a new job with optional scheduling and test configuration.
post/api/jobs
Request body
Example request
{
"name": "Nightly E2E Suite",
"cronSchedule": "0 2 * * *"
}Response
Job created
Create a new job with optional scheduling and test configuration.
{
"name": "Nightly E2E Suite",
"cronSchedule": "0 2 * * *"
}Job created