FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixes some inconsistency between starring and watching terminology. by jdennes · Pull Request #264 · github/developer.github.com · GitHub

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 .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions content/v3/activity/starring.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL