{ "operationId": "post-endpoint-version-activate", "method": "POST", "path": "/endpoints/{apiEndPointId}/versions/{versionNumber}/activate", "summary": "Activate a version", "requestExamples": [ { "contentType": "application/json", "example": { "notes": "Activating the first version of the Bookstore API on both staging and production networks.", "networks": [ "STAGING", "PRODUCTION" ], "notificationRecipients": [ "bookstore_shared@akamai.com" ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "notes": "Activating the first version of the Bookstore API on both staging and production networks.", "networks": [ "STAGING", "PRODUCTION" ], "notificationRecipients": [ "bookstore_shared@akamai.com" ] } } ] }