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
Example request
{
"taskConfigurations": [
{
"configurationValues": [
{
"id": "CONCURRENT_EDITING_ENABLED",
"value": false
}
]
}
]
}Response
No Content