{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Environments API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get all environments", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/environments", "params": [ { "name": "workspace", "value": "", "type": "query", "description": "The workspace's ID." } ] }, "docs": "Gets information about all of your [environments](https://learning.postman.com/docs/sending-requests/managing-environments/)." }, { "info": { "name": "APIs.io Engineering Platform Create an environment", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/environments", "params": [ { "name": "workspace", "value": "", "type": "query", "description": "The workspace's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an environment.\n\n**Note:**\n\nIf you do not include the `workspace` query parameter, the system creates the collection in your \"My Workspace\" workspace.\n" }, { "info": { "name": "APIs.io Engineering Platform Get an environment", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's ID." } ] }, "docs": "Gets information about an environment." }, { "info": { "name": "APIs.io Engineering Platform Update an environment", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an environment." }, { "info": { "name": "APIs.io Engineering Platform Delete an environment", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's ID." } ] }, "docs": "Deletes an environment." }, { "info": { "name": "APIs.io Engineering Platform Get an environment's forks", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId/forks", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's unique ID." }, { "name": "cursor", "value": "", "type": "query", "description": "The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter." }, { "name": "direction", "value": "", "type": "query", "description": "Sort results in ascending (`asc`) or descending (`desc`) order." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of rows to return in the response." }, { "name": "sort", "value": "", "type": "query", "description": "Sort the results by the date and time of creation." } ] }, "docs": "Gets all of an environment's forked environments." }, { "info": { "name": "APIs.io Engineering Platform Create a fork", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId/forks", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's unique ID." }, { "name": "workspaceId", "value": "", "type": "query", "description": "The workspace's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a [fork](https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/) of an existing environment." }, { "info": { "name": "APIs.io Engineering Platform Merge a fork", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId/merges", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's unique ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "[Merges](https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/#merge-changes-from-a-fork) a forked environment back into its parent environment.\n" }, { "info": { "name": "APIs.io Engineering Platform Pull source changes", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/environments/:environmentId/pulls", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment's unique ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "[Pulls](https://learning.postman.com/docs/collaborating-in-postman/using-version-control/forking-elements/#pull-updates-from-a-parent-element) the changes from a parent (source) environment into the forked environment.\n" } ] } ], "bundled": true }