type: error post: description: |

<>

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``jobChains``required, array Restricts request by a collection of job chains specified by its path [{
"jobChain":"/sos/reporting/Inventory"
}]
body: application/json: schema: modifyJobChains example: | { "jobschedulerId": "scheduler", "jobChains": [ { "jobChain": "/sos/reporting/Inventory" }, { "jobChain": "/test/foo/bar1" } ] } responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok 419: body: application/json: