{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 DNS Settings for an Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DNS Settings for an Account", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Show DNS Settings", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Show DNS settings for an account" }, { "info": { "name": "APIs.io Engineering Platform Update DNS Settings", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update DNS settings for an account" } ] } ], "bundled": true }