Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This POST service will perform the same action found on the Approval Tasks page. It will initiate a request to approve the approval task Approval Task created from an application execution, selected from by the folderRequestId.


Info
titleAPI URL
http://host:port/flexdeploy/rest/task/approveApplication
Code Block
titleSample JSON Request
{
   "authentication":
    {
       "userId": "test",
       "password": "welcome1"
    },
   "folderRequestId": "19001"
}


Parameters

Parameter

Required

Type

Description

authentication

Y

String

See Common Parameters below.

folderRequestId

Y

Long

This is the Application Request Id that is generated upon a build/deploy request.

...