v1

latestSwagger 2.02026-07-13285166341.1 KB
Jobs

Create a Job

Creates a Job. The body of the POST is the Job to create. The JobID will be assigned on creation of the Job. When successful, the response is the JobID. If unsuccessful, an appropriate ApiError is returned.

post/api/v2/jobs

Request body

JobIDinteger

The ID of the job

Namestring

The name of the job

Deletedboolean

Indicates if the job has been deleted.

Response

OK

integer required