Skip to content

Commit 7a07596

Browse files
committed
merged
2 parents 193c2d7 + 12d12dc commit 7a07596

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

content/v3/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ List a user's gists:
1919
GET /users/:user/gists
2020

2121
List the authenticated user's gists or if called anonymously, this will
22-
returns all public gists:
22+
return all public gists:
2323

2424
GET /gists
2525

content/v3/libraries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ it is also available on the [CPAN][pithub-cpan].
8080
* [Haskell GitHub API][haskell]
8181

8282
[haskell]: https://github.com/dmnpignaud/haskell-github-api
83+

content/v3/repos/watching.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)