v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Workflow

Update Workflow

Updates the workflow in terms of: name, description, task configuration (and its details), and task type configuration values (configurationValues). Observe the rules of JSON Merge Patch Semantics.

put/workflows/{workflowId}

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Request body

namestring

The workflow name.

descriptionstring

The workflow description.

Example request

{
  "taskConfigurations": [
    {
      "configurationValues": [
        {
          "id": "CONCURRENT_EDITING_ENABLED",
          "value": false
        }
      ]
    }
  ]
}

Response

No Content