Skip to main content
PATCH
Patch Workflow

Path Parameters

workflow_uuid
string<uuid>
required

Body

application/json

Request body for PATCH /v1/workflows/{uuid}.

name
string | null
workflow_type
string | null
indicator_types
string[] | null
code
string | null
state
string | null
timeout_seconds
integer | null
retry_count
integer | null
is_active
boolean | null
tags
string[] | null
time_saved_minutes
integer | null
approval_mode
string | null
approval_channel
string | null
approval_timeout_seconds
integer | null
risk_level
string | null
documentation
string | null

Response

Successful Response

data
WorkflowResponse · object
required

Full response — includes code and approval config.

meta
Meta · object