type: error post: description: |

<>

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``controllerId``required, stringController IDmyController
``workflowPaths``optional, array[string] Workflow paths
If this parameter is specified the parameter ``folders`` where applicable are ignored.
``folders``optional, array[object]Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]
``all``optional, boolean <>s all workflows if true and the other parameters are ignored. falsefalse
body: application/json: schema: modifyWorkflows example: | { "controllerId": "myController", "workflowPaths": [ "myWorkflow" ] } responses: 200: description: It returns an _ok_. This reply code comes only for bulk operations if all commands were successful. body: application/json: schema: ok example: | { "deliveryDate":"2022-06-24T21:13:35Z", "surveyDate":"2022-06-24T21:13:34Z", "ok":true } 419: