File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ List a user's gists:
1111 GET /users/:user/gists
1212
1313List the authenticated user's gists or if called anonymously, this will
14- returns all public gists:
14+ return all public gists:
1515
1616 GET /gists
1717
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ List repos being watched by the authenticated user
3030
3131## Check if you are watching a repo
3232
33+ Requires for the user to be authenticated
34+
3335 GET /user/watched/:user/:repo
3436
3537### Response if this repo is watched by you
@@ -42,6 +44,8 @@ List repos being watched by the authenticated user
4244
4345## Watch a repo
4446
47+ Requires for the user to be authenticated
48+
4549 PUT /user/watched/:user/:repo
4650
4751### Response
@@ -50,6 +54,8 @@ List repos being watched by the authenticated user
5054
5155## Stop watching a repo
5256
57+ Requires for the user to be authenticated
58+
5359 DELETE /user/watched/:user/:repo
5460
5561### Response
You can’t perform that action at this time.
0 commit comments