Skip to main content
POST
/
job
/
{id}
/
duedate
/
recalculate
Recalculate Job Due Date
curl --request POST \
  --url http://{host}:{port}/{contextPath}/job/{id}/duedate/recalculate \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the job to be updated.

Query Parameters

creationDateBased
boolean

Recalculate the due date based on the creation date of the job or the current date. Value may only be false, as true is the default behavior.

Response

Request successful. This method returns no content.