设置作业截止日期
Updates the due date of a job by id.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
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
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.