Skip to main content
PATCH
Update a workflow draft (name, description, triggers, steps)

Authorizations

Authorization
string
header
required

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

Path Parameters

project
string
required

The project slug

workflow
string
required

The workflow ID

Body

application/json
name
string
Maximum string length: 255
description
string | null
Maximum string length: 2000
triggers
string[] | null
steps
string[] | null

Response

The updated workflow draft.

The response is of type object.