Skip to main content
PATCH
Update Workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string | null
description
string | null
status
enum<string> | null
Available options:
draft,
active,
inactive,
archived,
template
nodes
WorkflowNodeInputSerializer · object[] | null
edges
WorkflowEdgeInputSerializer · object[] | null
trigger
WorkflowTriggerInputSerializer · object | null

Response

422 - application/json

Unprocessable Content

error
NashErrorDetails · object
required
response_status
string
required
RequestID
string
required