Skip to main content
PATCH
Partially update a workflow. Only provided fields are changed. Provider keys in VERIFICATION nodes must exist in app.providers.

Request

Authorization
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.
Content-Type
string
application/json

Path parameters

client_id
string
required
Client identifier of the app.
workflow_id
string
required
Workflow identifier.

Request body

All fields are optional.
name
string
Updated workflow name.
entryNodeId
string
Updated entry node ID.
nodes
object[]
Updated array of flow nodes.

Response

Returns the updated workflow object.