Update a deployment scheduleCopy Pageput https://{hostname}/cps/v2/enrollments/{enrollmentId}/changes/{changeId}/deployment-scheduleUpdates the current deployment schedule.Path ParamschangeIdintegerrequiredThe change for this enrollment on which to perform the desired operation.enrollmentIdintegerrequiredEnrollment on which to perform the desired operation.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsIf you want CPS to automatically deploy your certificate, but you don't want the deployment to occur before a certain date and time, you can set a deploy after date. You can only set a deploy after date and time for the renewal of a certificate or for a certificate that's active on the network. The certificate may not deploy at the exact time and date you specify, but it won't deploy before that time and date.notAfterstring | nullrequiredThe time when the change is no longer in effect. This value is an ISO 8601 timestamp.notBeforestring | nullrequiredThe time when you want the change to take effect. If you don't set this, the change occurs immediately, although most changes take some time to take effect even when they're immediately effective. This value is an ISO 8601 timestamp.Response 200The response reflects the modified deployment schedule's details.Updated 4 months ago