{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic Connectors API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic Connectors", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Connectors", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/connectors", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform List Connectors" }, { "info": { "name": "APIs.io Engineering Platform Fetch Connector", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/connectors/:connector_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connector_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Fetch Connector" }, { "info": { "name": "APIs.io Engineering Platform Replace Connector", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/connectors/:connector_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connector_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Replace Connector" }, { "info": { "name": "APIs.io Engineering Platform Update Connector", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/connectors/:connector_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "connector_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update Connector" } ] } ], "bundled": true }