Approve Canary Deployment
- Print
- PDF
Approve Canary Deployment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Approve SourceDeploy canary distribution.
Request
API URL
POST {SOURCEDEPLOY_API_URL}/project/{projectId}/history/{historyId}/canary/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 | Approval request status of canary distribution |
Was this article helpful?