type: error
post:
description: |
<>
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``controllerId`` | required, string | Controller ID | myController | |
<>
body:
application/json:
schema: jsFilterWithUrl
example: |
{
"controllerId": "myController",
"url": "http://controllerHost:40444"
}
responses:
200:
description: <>
body:
application/json:
example: <>
schema: <>
434: