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 a project execution, selected from by the workflowRequestId.


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


Parameters

Parameter

Required

Type

Description

authentication

Y

String

See Common Parameters below.

workflowRequestId

Y

Long

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

...