View as Markdown

Pull Request Scopes API is now public

The endpoint to set scopes on pull requests is now available in the public API.


  • API

You can now use the public API to set scopes on pull requests via POST /v1/repos/{owner}/{repository}/pulls/{number}/scopes. This endpoint was previously internal-only and is now documented in the public OpenAPI specification, making it accessible to CI application key holders for programmatic scope management.

Was this page helpful?