Number of APIs: 4
1. Update a deployment schedule
PUT https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId/deployment-schedule
Updates the current deployment schedule.
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments
Lists the deployments for an enrollment.
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments/production
Gets the enrollments deployed on the production network.
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments/staging
Gets the enrollments deployed on the staging network.
ENDPOINTS