Update a timer job

PUT {{baseUrl}}/timer-jobs/:jobId

Update due date on a timer job. Any one of the request inputs time date, time cycle or time duration should be provided. Time input should adhere to standard ISO 8601 format.

Request Body

{"timeDate"=>"2022-08-11T12:13:14", "timeCycle"=>"R3/PT10H", "timeDuration"=>"PT10H"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"f8985abd-3391-11ea-b509-eeee0affefe7","processInstanceId":"SampleProcessInstanceId","processDefinitionId":"SampleProcessDefinitionId","executionId":"SampleExecutionId","elementId":"SampleElementId","elementName":"SampleElementName","retries":3,"exceptionMessage":"null","dueDate":"2021-05-04T16:35:10.474Z","createTime":"2020-05-04T16:35:10.474Z","tenantId":"3732adaa-f6f0-4512-873d-357fcebcbd02","subscriptionId":"827afd64-9915-4e16-ad6f-8dfb604deebe"}