Validate Existing

Validate Existing

Validate existing workflow by workflow id

Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/validate
COPY
Path Parameters
string
Required

Responses
200

Validation completed

Returns validation-messages of type(s) application/json
{
    "messages": [
        {
            "title": "string",
            "text": "string",
            "owner": "string",
            "severity": "string"
        }
    ]
}
messages
Optional

messages