This POST service will perform the same action found on the Approval Tasks page. It will initiate a request to approve the Approval Task created from a project execution, selected by the workflowRequestId
.
...
Code Block | ||
---|---|---|
| ||
{ "authentication": { "userId": "test", "password": "welcome1" }, "workflowRequestId": "10001" } |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | StringObject | See Common Parameters below. |
| Y | Long | This is the Workflow Request Id that is generated upon a build/deploy request. |
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|