Skip to content

Commit b0e4270

Browse files
committed
fix the subscribed endpoint url
1 parent d266d41 commit b0e4270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/changes/2012-9-5-watcher-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
keep 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 is watching.
36+
* `/users/:user/subscriptions` - A list of repositories that a user is watching.
3737
* `/user/subscriptions` - A list of repositories the current user is watching.
3838

3939
We'll also add a copy of the legacy Watchers API in the new endpoint:

0 commit comments

Comments
 (0)