{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 IP Address Management Prefixes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IP Address Management Prefixes", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Upload LOA Document", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/loa_documents", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "loa_document", "type": "text", "value": "" } ] } }, "docs": "Submit LOA document (pdf format) under the account." }, { "info": { "name": "APIs.io Engineering Platform Download LOA Document", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/loa_documents/:loa_document_id/download", "params": [ { "name": "loa_document_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Download specified LOA document under the account." }, { "info": { "name": "APIs.io Engineering Platform List Prefixes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List all prefixes owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Add Prefix", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new prefix under the account." }, { "info": { "name": "APIs.io Engineering Platform Prefix Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id", "params": [ { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List a particular prefix owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Update Prefix Description", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id", "params": [ { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify the description for a prefix owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Delete Prefix", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id", "params": [ { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an unapproved prefix owned by the account." } ] } ], "bundled": true }