{ "opencollection": "1.0.0", "info": { "name": "Postman Pull Requests API", "version": "1.0.0" }, "items": [ { "info": { "name": "pullRequests", "type": "folder" }, "items": [ { "info": { "name": "Get a pull request", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/pull-requests/:pullRequestId", "headers": [ { "name": "x-api-key", "value": "" } ], "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": "Update a pull request", "type": "http" }, "http": { "method": "PUT", "url": "https://api.postman.com/pull-requests/:pullRequestId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "pullRequestId", "value": "", "type": "path", "description": "The pull request's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an open pull request." }, { "info": { "name": "Review a pull request", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/pull-requests/:pullRequestId/tasks", "headers": [ { "name": "x-api-key", "value": "" } ], "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 }