{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway Management ApiKeys Stages API", "version": "2018-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stages", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Stages", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/restapis/:restapi_id/stages", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "Identifier of the RestApi resource." } ] }, "docs": "Lists deployment stages for a RestApi." }, { "info": { "name": "Amazon API Gateway List Stages", "type": "http" }, "http": { "method": "GET", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id/stages", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Gets a collection of stages for an API." }, { "info": { "name": "Amazon API Gateway Create a Stage", "type": "http" }, "http": { "method": "POST", "url": "https://{api_id}.execute-api.{region}.amazonaws.com/{stage}/v2/apis/:api_id/stages", "params": [ { "name": "api_id", "value": "", "type": "path", "description": "API identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a deployment stage for an API." } ] } ], "bundled": true }