{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Pages Project API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Pages Project", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get projects", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch a list of all user projects." }, { "info": { "name": "APIs.io Engineering Platform Create project", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project." }, { "info": { "name": "APIs.io Engineering Platform Get project", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name", "params": [ { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch a project by name." }, { "info": { "name": "APIs.io Engineering Platform Update project", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name", "params": [ { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set new attributes for an existing project. Modify environment variables. To delete an environment variable, set the key to null." }, { "info": { "name": "APIs.io Engineering Platform Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/pages/projects/:project_name", "params": [ { "name": "project_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a project by name." } ] } ], "bundled": true }