type: error
post:
description: |
<>
.<> can be used in the GUI for two functions
- <>
- <> within (with ``timeout``)
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
``timeout`` | optional, integer | timeout in seconds | 60 | |
<>
body:
application/json:
schema: jsFilterWithTimeout
example: |
{
"jobschedulerId":"scheduler",
"timeout": 60
}
responses:
200:
description: |
**Confirm <> successfully**
body:
application/json:
example: |
{
"deliveryDate":"2016-05-05T21:13:35Z",
"ok":true
}
schema: ok