Skip to main content
PATCH
Update workflow draft

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
workflowId
string
required

Body

application/json
expectedRevision
string
required
Required string length: 1 - 128
name
string
Required string length: 1 - 200
description
string | null
Maximum string length: 1000
tags
string[]
Maximum array length: 12
Required string length: 1 - 40
triggerTypeSlug
string | null
Required string length: 1 - 120
triggerEventType
string
Required string length: 1 - 120
triggerCondition
any
actions
any[]

Response

Success

workflow
object
required