File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ List repositories being starred by a user.
4141 # Legacy, using github.beta media type.
4242 GET /users/:user/watched
4343
44- List repositories being watched by the authenticated user.
44+ List repositories being starred by the authenticated user.
4545
4646 GET /user/starred
4747
@@ -72,11 +72,11 @@ Requires for the user to be authenticated.
7272 # Legacy, using github.beta media type.
7373 GET /user/watched/:owner/:repo
7474
75- ### Response if this repository is watched by you
75+ ### Response if this repository is starred by you
7676
7777<%= headers 204 %>
7878
79- ### Response if this repository is not watched by you
79+ ### Response if this repository is not starred by you
8080
8181<%= headers 404 %>
8282
You can’t perform that action at this time.
0 commit comments