workflows

Update a cloud workflow

[cloud-only] Updates the metadata (name, description) of an existing cloud workflow.

patch/api/workflows/{workflow_id}

Path parameters

workflow_idstring uuid required

The workflow ID.

Request body

namestring
descriptionstring

Response

Workflow updated

idstring required
namestring
descriptionstring
default_view'workflow' | 'app'
latest_versioninteger required
created_bystring required
created_atstring date-time required
updated_atstring date-time required

Changes