Clients
Enterprise
Creates a scheduled task
Deprecated: This endpoint will no longer be supported in future releases. Please use POST /api/v2/clients/{client_id}/jobs instead.
post/api/v2/clients/{client_id}/tasks
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 66 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
- ●