Add review comment
Add a comment to a review with optional file reference
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.
3 - 128"example_id"
Review ID
128Body
Payload for adding a comment to a review
Comment content
65536Thread ID for the comment (optional, will be generated if not provided)
128File path for inline comments
4096Starting line number for inline comments
Ending line number for inline comments
Side of a diff view (left = base/original, right = compare/modified)
left, right Side of a diff view (left = base/original, right = compare/modified)
left, right Response
Comment added successfully
Review comment details
Comment ID
Review ID this comment belongs to
Thread ID this comment belongs to
User details
Comment content
Unix timestamp when the comment was created
Unix timestamp when the comment was last updated
File path for inline comments
Starting line number for inline comments
Ending line number for inline comments
Side of a diff view (left = base/original, right = compare/modified)
left, right Side of a diff view (left = base/original, right = compare/modified)
left, right 
