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 """"""" .. code-block:: bash curl --request PUT 'https://app.yumisign.com/api/v1/workspaces/1/workflows/1/start' .. code-block:: json [ { "identifier": "1", "result": true, "response": null, "error": null } ]