Workflows
Update a workflow
Update an existing workflow given its UUID.
PATCH
/
transform
/
v1
/
workflows
/
{id}
Path Parameters
id
string
requiredUUID of the workflow to update.
Body
application/json
description
string
Updated description.
name
string
New name for the workflow.
steps
object[] | null
Array of Steps to use for this workflow.
Response
200 - application/json
country
string
ISO country code the workflow will be used for.
created_at
string
When the workflow was created.
description
string
Description of the workflow
disabled
boolean
When true, this workflow can no longer be used.
id
string
The UUID (any version) of the workflow.
name
string
Name of the workflow
schema
string
Short schema name that the workflow will be allowed to process.
steps
object[] | null
List of steps to execute
updated_at
string
When the workflow was last updated.
version
string
Version of the workflow's contents currently defined.