21 lines
682 B
Markdown
21 lines
682 B
Markdown
---
|
|
title: Pull request review comments
|
|
shortTitle: Review comments
|
|
intro: 'Use the REST API to interact with pull request review comments.'
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
topics:
|
|
- API
|
|
miniTocMaxHeadingLevel: 3
|
|
allowTitleToDifferFromFilename: true
|
|
---
|
|
|
|
## About pull request review comments
|
|
|
|
Pull request review comments are comments made on a portion of the unified diff during a pull request review. These are different from commit comments and issue comments in a pull request. For more information, see "[Commit comments](/rest/commits/comments)" and "[Issue comments](/rest/issues/comments)."
|
|
|
|
{% data reusables.pull_requests.issues-media-types %}
|