| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ List repositories being starred by a user. | |||
| 41 | 41 | # Legacy, using github.beta media type. | |
| 42 | 42 | GET /users/:user/watched | |
| 43 | 43 | ||
| 44 | - List repositories being watched by the authenticated user. | ||
| 44 | + List repositories being starred by the authenticated user. | ||
| 45 | 45 | ||
| 46 | 46 | GET /user/starred | |
| 47 | 47 | ||
@@ -72,11 +72,11 @@ Requires for the user to be authenticated. | |||
| 72 | 72 | # Legacy, using github.beta media type. | |
| 73 | 73 | GET /user/watched/:owner/:repo | |
| 74 | 74 | ||
| 75 | - ### Response if this repository is watched by you | ||
| 75 | + ### Response if this repository is starred by you | ||
| 76 | 76 | ||
| 77 | 77 | <%= headers 204 %> | |
| 78 | 78 | ||
| 79 | - ### Response if this repository is not watched by you | ||
| 79 | + ### Response if this repository is not starred by you | ||
| 80 | 80 | ||
| 81 | 81 | <%= headers 404 %> | |
| 82 | 82 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments