{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Hyperdrive API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Hyperdrive", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Hyperdrives", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns a list of Hyperdrives" }, { "info": { "name": "APIs.io Engineering Platform Create Hyperdrive", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and returns a new Hyperdrive configuration." }, { "info": { "name": "APIs.io Engineering Platform Get Hyperdrive", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs/:hyperdrive_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "hyperdrive_id", "value": "", "type": "path" } ] }, "docs": "Returns the specified Hyperdrive configuration." }, { "info": { "name": "APIs.io Engineering Platform Update Hyperdrive", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs/:hyperdrive_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "hyperdrive_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates and returns the specified Hyperdrive configuration." }, { "info": { "name": "APIs.io Engineering Platform Patch Hyperdrive", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs/:hyperdrive_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "hyperdrive_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patches and returns the specified Hyperdrive configuration. Updates to the origin and caching settings are applied with an all-or-nothing approach." }, { "info": { "name": "APIs.io Engineering Platform Delete Hyperdrive", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/hyperdrive/configs/:hyperdrive_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "hyperdrive_id", "value": "", "type": "path" } ] }, "docs": "Deletes the specified Hyperdrive." } ] } ], "bundled": true }