{ "operationId": "put-id", "method": "PUT", "path": "/ids/{edgeWorkerId}", "summary": "Akamai Update an EdgeWorker ID", "requestExamples": [ { "contentType": "application/json", "example": { "description": "New Description", "groupId": 123456, "name": "New EdgeWorker Name" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "accountId": "A-CCT9012", "createdBy": "jsmith", "createdTime": "2020-10-15T14:49:40Z", "description": "New Description", "edgeWorkerId": 42, "groupId": 72297, "lastModifiedBy": "jsmith", "lastModifiedTime": "2020-10-15T15:21:15Z", "name": "New EdgeWorker Name", "resourceTierId": 200 } } ] }