{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zone API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zone", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Zones", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "account.id", "value": "", "type": "query" }, { "name": "account.name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "match", "value": "", "type": "query" } ] }, "docs": "Lists, searches, sorts, and filters your zones. Listing zones across more than 500 accounts\nis currently not allowed.\n" }, { "info": { "name": "APIs.io Engineering Platform Create Zone", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/zones", "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create Zone" }, { "info": { "name": "APIs.io Engineering Platform Zone Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Zone Details" }, { "info": { "name": "APIs.io Engineering Platform Edit Zone", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edits a zone. Only one zone property can be changed at a time." }, { "info": { "name": "APIs.io Engineering Platform Delete Zone", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing zone." } ] } ], "bundled": true }