{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Pull Requests API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Pull Requests", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get a collection's pull requests", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/pull-requests", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." } ] }, "docs": "Gets information about a collection's pull requests, such as the source and destination IDs, status of the pull requests, and a URL link to the pull requests." }, { "info": { "name": "APIs.io Engineering Platform Create a pull request", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/pull-requests", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a pull request for a forked collection into its parent collection." }, { "info": { "name": "APIs.io Engineering Platform Get a pull request", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/pull-requests/:pullRequestId", "params": [ { "name": "pullRequestId", "value": "", "type": "path", "description": "The pull request's ID." } ] }, "docs": "Gets information about a pull request, such as the source and destination details, who reviewed the pull request, the merge's current status, and whether the element is accessible." }, { "info": { "name": "APIs.io Engineering Platform Update a pull request", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/pull-requests/:pullRequestId", "params": [ { "name": "pullRequestId", "value": "", "type": "path", "description": "The pull request's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an open pull request." }, { "info": { "name": "APIs.io Engineering Platform Review a pull request", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/pull-requests/:pullRequestId/tasks", "params": [ { "name": "pullRequestId", "value": "", "type": "path", "description": "The pull request's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the [review](https://learning.postman.com/docs/collaborating-in-postman/using-version-control/reviewing-pull-requests/) status of a pull request." } ] } ], "bundled": true }