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 a project execution, selected from by the workflowRequestId
.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/task/rejectTaskrejectProject |
Code Block | ||
---|---|---|
| ||
{ "authentication": { "userId": "fdadmin", "password": "password1" }, "workflowRequestId": "10002" } |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | Object | See Common Parameters below. |
| Y | Long | This is the Workflow Request Id that is generated upon a build/deploy request. |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|