{ "opencollection": "1.0.0", "info": { "name": "GitHub Enterprise Cloud REST Actions Pull Requests API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pull Requests", "type": "folder" }, "items": [ { "info": { "name": "List pull requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.github.com/repos/:owner/:repo/pulls", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "state", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List pull requests" }, { "info": { "name": "Create a pull request", "type": "http" }, "http": { "method": "POST", "url": "https://api.github.com/repos/:owner/:repo/pulls", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a pull request" } ] } ], "bundled": true }