{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Worker Domain API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Worker Domain", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Domains", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/domains", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "zone_name", "value": "", "type": "query" }, { "name": "service", "value": "", "type": "query" }, { "name": "zone_id", "value": "", "type": "query" }, { "name": "hostname", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" } ] }, "docs": "Lists all Worker Domains for an account." }, { "info": { "name": "APIs.io Engineering Platform Attach to Domain", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/domains", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attaches a Worker to a zone and hostname." }, { "info": { "name": "APIs.io Engineering Platform Get a Domain", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/domains/:domain_id", "params": [ { "name": "domain_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets a Worker domain." }, { "info": { "name": "APIs.io Engineering Platform Detach from Domain", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/domains/:domain_id", "params": [ { "name": "domain_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Detaches a Worker from a zone and hostname." } ] } ], "bundled": true }