This POST service will perform the same action found on the Approval Tasks page. It will initiate a request to reject the approval task Approval Task created from an application execution, selected from by the folderRequestId
.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/task/rejectApplication |
...
Code Block | ||
---|---|---|
| ||
{ "authentication": { "userId": "test", "password": "welcome1" }, "folderRequestId": "19002" } |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | StringObject | See Common Parameters below. |
| Y | Long | This is the Application Request Id that is generated upon a build/deploy request. |
...