Import Vro Workflows

Import Vro Workflows

Add VRO remote workflows to this service

Request
URI
POST
https://{api_host}/cloudapi/serviceLibrary/{id}/workflows
COPY
Path Parameters
string
id
Required

id


Request Body
[
    {
        "name": "string",
        "description": "string",
        "categoryName": "string",
        "canExecute": false,
        "id": "string",
        "vroServerId": "string"
    }
]
Optional
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    "ServiceItem Object"
]

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/serviceLibrary/{id}/workflows