Get the changed files of a reviewed pull request with unified-diff patches
Pr Reviews
Get the changed files of a reviewed pull request with unified-diff patches
Fetched live from GitHub at request time; nothing is persisted. patch is absent when GitHub provides none (binary or oversized files). truncated is true when the listing hit GitHub’s 3000-file cap. 404 semantics match getPRReview and are resolved before any GitHub call: no review group for this user is indistinguishable from no such PR. The live read additionally requires the caller’s current GitHub installation link, so a caller who has disconnected GitHub gets the same 404 even though the review group survives in the listing.
GET
Get the changed files of a reviewed pull request with unified-diff patches
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.