Skip to main content
PATCH
Update a workflow

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

workflowID
string
required

Body

application/json
backwards_compatible
boolean
breaking_change
boolean
cron
string
cron_timezone
string
description
string
enabled
boolean
max_concurrent_runs
integer<int64>
max_parallel_steps
integer<int64>
name
string
skip_if_running
boolean
slug
string
steps
object[]
tags
object
timeout_secs
integer<int64>
version_policy
string

Response

OK

created_at
string<date-time>
required
enabled
boolean
required
id
string
required
name
string
required
project_id
string
required
slug
string
required
steps
object[] | null
required
updated_at
string<date-time>
required
version
integer<int64>
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/UpdateWorkflowResponseBody.json"

active_runs_on_previous_version
integer<int64>
backwards_compatible
boolean
created_by
string
cron
string
cron_timezone
string
description
string
max_concurrent_runs
integer<int64>
max_parallel_steps
integer<int64>
previous_version_id
string
skip_if_running
boolean
tags
object
timeout_secs
integer<int64>
updated_by
string
version_id
string
version_policy
string