type: error
post:
description: |
<>
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
``nodes`` | required, array |
Restricts request by a collection of nodes specified by its jobChain and node name |
[{
"jobChain":"/sos/reporting/Inventory"
"node":"inventory"
}] |
|
<>
body:
application/json:
schema: modifyNode
example: |
{
"jobschedulerId": "scheduler",
"nodes": [
{
"jobChain": "/sos/reporting/Inventory",
"node": "inventory"
}
]
}
responses:
200:
description: |
**Confirm <> successfully**
body:
application/json:
example: |
{
"deliveryDate":"2016-05-05T21:13:35Z",
"ok":true
}
schema: ok
419:
body:
application/json: