{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Global Variables API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Global Variables", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get global variables", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/workspaces/:workspaceId/global-variables", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The workspace's ID." } ] }, "docs": "Gets a workspace's global [variables](https://learning.postman.com/docs/sending-requests/variables/#variable-scopes)." }, { "info": { "name": "APIs.io Engineering Platform Update global variables", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/workspaces/:workspaceId/global-variables", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The workspace's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates and replaces a workspace's global [variables](https://learning.postman.com/docs/sending-requests/variables/#variable-scopes). This endpoint replaces all existing global variables with the variables you pass in the request body." } ] } ], "bundled": true }