Skip to main content
PATCH
Update Workflow

Authorizations

X-Kinetic-Key
string
header
required

Your Kinetic API key

Path Parameters

workflow_uuid
string
required

Body

application/json
name
string | null
description
string | null
specification
Specification · object | null

Response

Successful Response

Backed by workflows table (see kinetic/db/schema.sql).

workflow_version_uuid/specification are derived from the latest version and may be included by some endpoints.

workflow_uuid
string
required
name
string
required
created_at
string<date-time> | null
updated_at
string<date-time> | null
description
string | null
workflow_version_uuid
string | null
specification
unknown
versions
WorkflowVersionResponse · object[] | null
current_version
integer | null
executions
integer
default:0
success_rate
number | null
last_run
string<date-time> | null