{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Custom Pages for an Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Pages for an Account", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List custom pages", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/custom_pages", "params": [ { "name": "account_identifier", "value": "", "type": "path" } ] }, "docs": "Fetches all the custom pages at the account level." }, { "info": { "name": "APIs.io Engineering Platform Get a custom page", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/custom_pages/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ] }, "docs": "Fetches the details of a custom page." }, { "info": { "name": "APIs.io Engineering Platform Update a custom page", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/custom_pages/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing custom page." } ] } ], "bundled": true }