PUT
/
workflows
/
{workflow_id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "owner_id": "<string>",
  "user_id": "<string>",
  "app_id": "<string>",
  "steps": [
    {
      "action_id": "<string>",
      "parameters": {}
    }
  ],
  "system_metadata": {}
}

Headers

authorization
string

Path Parameters

workflow_id
string
required

Body

application/json · Updates · object

Response

200
application/json

Successful Response

High-level definition of a multi-step document processing workflow.