Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the job to be updated.
Body
application/json
The date to set when the job has the next execution.
A boolean value to indicate if modifications to the due date should cascade to
subsequent jobs. (e.g. Modify the due date of a timer by +15
minutes. This flag indicates if a +15 minutes should be applied to all
subsequent timers.) This flag only affects timer jobs and only works if due date
is not null. Default: false
Response
Request successful. This method returns no content.