type: error post: description: |

Reset the run time of jobs

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``jobs``required, array Specified the jobs which should be modified. [{
"job":"/sos/reporting/Inventory"
}]
body: application/json: schema: modifyJobs example: | { "jobschedulerId": "scheduler", "jobs": [{ "job": "/test/testJob1", }, { "job": "/test/testJob2", }, { "job": "/test/testJob3", }, { "job": "/test/testJob4", }, { "job": "/test/testJob5", }] } responses: 200: description: It returns an _ok_. This reply code comes only for bulk operations if all commands were successful. body: application/json: schema: ok example: | { "deliveryDate":"2016-05-05T21:13:35Z", "surveyDate":"2016-05-05T21:13:34Z", "ok":true } 419: 420: description: It returns an _error_. This reply code comes only for bulk operations if all commands failed. body: application/json: 440: body: application/json: