Skip to main content
PUT
Update Workflow Approval Procedure

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string
required

The ID of the workflow.

id
string
required

The ID of the approval procedure.

Body

application/json
steps
ApprovalStep · object[]

The approval steps for the procedure.

Response

Success

data
data · object

The updated approval procedure.