Update Workflow

Endpoint to update an existing Workflow,for some types, this might generate a new ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Required scopes:
  • workflow_write
Path Params
string
required

The workflow ID.

Body Params

Base schema for workflow update. The actual fields depend on the target_type.

string

The name of the Workflow.

string

The description of the Workflow.

string

The URL of the policy document for the Workflow.

steps
array of objects
required

The ordered set of workflow steps, where each step includes its configuration and the reviewers assigned for approval or review actions.

steps*
visibilities
array of objects
required

Workflow visibility definition. This field contains the list of users that are able to see this workflow. To grant access to all users, pass an empty list or -1.

visibilities*
string
enum
required

The type of the Workflow.

Allowed:
Responses

400

Your request has missing arguments or is malformed.

404

One or more resource requested does not exist.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json