POST /{id}/apply

Applies an application's draft revision.

Resource Name: /applications/{id}/apply

Permissions Required:
  • Apply draft
  • Edit application
Request URL Parameters:

Parameter

Type

Description

id

String

The application revision's ID.

Note: Must be the ID of a draft revision.

Request Body: (optional)

Element

Type

Description

selectedFlowsIds

Array of Integer

List of Flow IDs to include in the opened change request. Only changes in the listed flows will be part of the change request.

If request body is not passed, all changed flows will be included in change request.

Return:

A ChangeApplicationResponse (see ChangeApplicationResponse ) object.

 

â See also: