Jobs
Create a job constraint
Create a new job constraint. (required scope jobs:write)
post/v1/jobs/{jobId}/constraints
Path parameters
jobIdinteger required
The unique identifier of the job
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"type": "jobMustStartAfter",
"constraintAt": "2024-07-01T09:00:00.0000000+00:00",
"entityId": 12345
}Response
Created