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: jsFilterReq
example: |
{
"controllerId":"myController"
}
responses:
200:
description: <>
body:
application/json:
example: <>
schema: <>