{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Device DEX Tests API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Device DEX Tests", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Device DEX tests", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/dex_tests", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch all DEX tests." }, { "info": { "name": "APIs.io Engineering Platform Create Device DEX test", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/dex_tests", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a DEX test." }, { "info": { "name": "APIs.io Engineering Platform Get Device DEX test", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/dex_tests/:dex_test_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dex_test_id", "value": "", "type": "path" } ] }, "docs": "Fetch a single DEX test." }, { "info": { "name": "APIs.io Engineering Platform Update Device DEX test", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/dex_tests/:dex_test_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dex_test_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a DEX test." }, { "info": { "name": "APIs.io Engineering Platform Delete Device DEX test", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/dex_tests/:dex_test_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dex_test_id", "value": "", "type": "path" } ] }, "docs": "Delete a Device DEX test. Returns the remaining device dex tests for the account." } ] } ], "bundled": true }