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
workflowId
Required

workflowId


Authentication
This operation uses the following authentication methods.
Responses
200

Validation completed

Returns WsValidationMessageList of type(s) application/json
{
    "messages": [
        {
            "title": "string",
            "text": "string",
            "owner": "string",
            "severity": "string",
            "details": {}
        }
    ]
}
array of object
messages
Optional

messages


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{workflowId}/validate