summaryrefslogtreecommitdiff
path: root/services/github
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-23 15:24:03 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-23 15:24:03 +0200
commit697b6db03b3bc0562456755b7cefe81d8eed0671 (patch)
treedde8e700f10ce9710d97348187dd53c937b20ed0 /services/github
parentmy_information doesn't need username (diff)
downloadapi-description-697b6db03b3bc0562456755b7cefe81d8eed0671.tar.gz
fix the path of method watched_repos
Diffstat (limited to 'services/github')
-rw-r--r--services/github/user.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/github/user.json b/services/github/user.json
index 5b35765..1348286 100644
--- a/services/github/user.json
+++ b/services/github/user.json
@@ -90,7 +90,7 @@
"format",
"user"
],
- "path" : "/:format/user/watched/:user",
+ "path" : "/:format/repos/watched/:user",
"method" : "GET"
},
"user_followers" : {