Skip to content

Commit c77cc5c

Browse files
committed
Fix spelling mistake and clarify repos watching api methods usage.
1 parent 9c906cd commit c77cc5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/v3/gists.md

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

1313
List 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

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)