Approve Deployment
- Print
- PDF
Approve Deployment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Approve the deployment of SourceDeploy scenario.
Request
API URL
POST {SOURCEDEPLOY_API_URL}/project/{projectId}/history/{historyId}/approval/accept
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Search projectList |
historyId | string | History ID | Search historyList |
Request query
None
Request body
None
Response
Response body
{
"result": "boolean"
}
Item | Type | Description | Remarks |
---|---|---|---|
result | boolean | Deployment approval request status |
Was this article helpful?