Skip to content

Commit 7e5043d

Browse files
authored
[Improvement]: Pull Requests are a type of issues #16150 (#55851)
1 parent 609f436 commit 7e5043d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/rest/pulls/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ autogenerated: rest
1616

1717
You can list, view, edit, create, and merge pull requests using the REST API. For information about how to interact with comments on a pull request, see [AUTOTITLE](/rest/issues/comments).
1818

19-
Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are provided by the REST API to manage issues. For more information, see [AUTOTITLE](/rest/issues).
19+
Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are handled by the REST API to manage issues. To perform these actions on pull requests, you must use the issues API endpoints (for example, `/repos/{owner}/{repo}/issues/{issue_number}`), not the pull requests endpoints. For more information, see [AUTOTITLE](/rest/issues).
2020

2121
### Link Relations
2222

0 commit comments

Comments
 (0)