File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3333keep from clashing with the legacy endpoint.
3434
3535* `/repos/:owner/:repo/subscribers` - A list of users watching the repository.
36- * `/users/:user/subscribed` - A list of repositories that a user has starred .
36+ * `/users/:user/subscribed` - A list of repositories that a user is watching .
3737* `/user/subscriptions` - A list of repositories the current user is watching.
3838
3939We'll also add a copy of the legacy Watchers API in the new endpoint:
7777point, you should be using the starring endpoints for starred repositories, and
7878the watch endpoints for watched repositories.
7979
80+ At this point, keep on passing the "v3" mimetype in your application, until the
81+ API has another breaking change to make.
82+
You can’t perform that action at this time.
0 commit comments