Get changes for a review
Reviews
Get changes for a review
Get the correct ancestor and compare commits for a review. This endpoint uses the merge commit’s parent (if merged) to find the original divergence point, solving the issue where squash merges make find_common_ancestor return the feature tip.
GET
Get changes for a review
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
Required string length:
3 - 128Example:
"example_id"
The review ID
Required string length:
3 - 128Example:
"dv.review.12345"

