{ "operationId": "post-rollback-to-previous-active-version", "method": "POST", "path": "/ids/{edgeWorkerId}/activations/rollback", "summary": "Akamai Roll Back to the Previous Active EdgeWorker Version", "requestExamples": [ { "contentType": "application/json", "example": { "network": "STAGING", "note": "An issue was detected in the latest active version." } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "accountId": "A-CCT5678", "activationId": 3, "createdBy": "jsmith", "createdTime": "2020-04-05T18:17:46Z", "edgeWorkerId": 42, "lastModifiedTime": "2020-04-05T18:17:46Z", "network": "PRODUCTION", "note": "Version 2 fixes an issue detected in production.", "status": "PRESUBMIT", "version": "2" } } ] }