Skip to content

Commit 1ed02a8

Browse files
committed
Clarify Issue Comments API works for PRs, too
1 parent 509a199 commit 1ed02a8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/v3/issues/comments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Issue Comments | GitHub API
44

55
# Issue Comments API
66

7+
The Issue Comments API supports listing, viewing, editing, and creating
8+
comments on issues and pull requests.
9+
710
Issue Comments leverage [these](#custom-mime-types) custom mime types.
811
You can read more about the use of mime types in the API
912
[here](/v3/mime/).

content/v3/pulls.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Pull Requests | GitHub API
44

55
# Pull Request API
66

7+
The Pull Request API allows you to list, view, edit, create, and even merge
8+
pull requests. Comments on pull requests can be managed via the [Issue
9+
Comments API](/v3/issues/comments/).
10+
711
Pull Requests leverage [these](#custom-mime-types) custom mime types. You
812
can read more about the use of mime types in the API
913
[here](/v3/mime/).

0 commit comments

Comments
 (0)