Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string<uuid>
required

The unique id of the workflow

Body

application/json
name
string
required

The new workflow name.

Required string length: 1 - 120
Example:

"Loan follow-up v2"

Response

Workflow renamed

id
string<uuid>
required

Unique workflow id.

name
string
required

Display name.

status
enum<string>
required

Workflow status.

Available options:
active,
archived
latest_published_version
integer | null

Number of the newest published version, or null if nothing is published yet.

created_at
string<date-time>
updated_at
string<date-time>