type: error
post:
description: |
<>
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
``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: