Start a workflow

Method Path
PUT /api/v1/workspaces/{workspaceId}/workflows/{workflowId}/start

Warning

Start a workflow using /api/v1/workflows/{id}/start is deprecated. You need to pass the workspace id on the path.

Example

curl --request PUT 'https://app.yumisign.com/api/v1/workspaces/1/workflows/1/start'
[
    {
        "identifier": "1",
        "result": true,
        "response": null,
        "error": null
    }
]