Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/v3/activity/starring.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ List repositories being starred by a user.
# Legacy, using github.beta media type.
GET /users/:user/watched

List repositories being watched by the authenticated user.
List repositories being starred by the authenticated user.

GET /user/starred

Expand Down Expand Up @@ -72,11 +72,11 @@ Requires for the user to be authenticated.
# Legacy, using github.beta media type.
GET /user/watched/:owner/:repo

### Response if this repository is watched by you
### Response if this repository is starred by you

<%= headers 204 %>

### Response if this repository is not watched by you
### Response if this repository is not starred by you

<%= headers 404 %>

Expand Down