{ "opencollection": "1.0.0", "info": { "name": "AWS X-Ray Encryption API", "version": "2016-04-12" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Encryption", "type": "folder" }, "items": [ { "info": { "name": "AWS X-Ray Get Encryption Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/EncryptionConfig" }, "docs": "Retrieves the current encryption configuration for X-Ray data." }, { "info": { "name": "AWS X-Ray Update Encryption Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/PutEncryptionConfig", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the encryption configuration for X-Ray data." } ] } ], "bundled": true }