From db53124d473b567aa137e559e6edf01dc736709b Mon Sep 17 00:00:00 2001 From: Andreas Damgaard Pedersen Date: Tue, 8 Oct 2013 22:37:19 +0200 Subject: [PATCH] /dev/api: Document usage of gilded userpage tab --- r2/r2/controllers/listingcontroller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r2/r2/controllers/listingcontroller.py b/r2/r2/controllers/listingcontroller.py index 55776f32b..09c3d3f06 100755 --- a/r2/r2/controllers/listingcontroller.py +++ b/r2/r2/controllers/listingcontroller.py @@ -686,7 +686,8 @@ class UserController(ListingController): @listing_api_doc(section=api_section.users, uri='/user/{username}/{where}', uri_variants=['/user/{username}/' + where for where in [ 'overview', 'submitted', 'comments', - 'liked', 'disliked', 'hidden', 'saved']]) + 'liked', 'disliked', 'hidden', 'saved', + 'gilded']]) def GET_listing(self, where, vuser, sort, time, **env): self.where = where self.sort = sort