Clients
Enterprise
Creates a scheduled job
Creates a new scheduled job
post/api/v2/clients/{client_id}/jobs
Headers
Preferstring
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.
Request body
Response
OK
Changes
Changed in 2 of the 68 revisions of this API.2
- ●
changed the pattern of the
headerrequest parameterPreferfrom^wait=[0-9]+$to^wait=(-1|[0-9]+)$request-parameter-pattern-changed
- ●
- ●
changed the pattern of the
headerrequest parameterPreferfrom^wait=(-1|[0-9]+)$to^wait=[0-9]+$request-parameter-pattern-changed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●