From 4ec2406f70cbafcee9156e2a969825ebd8860c6a Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 10 May 2012 09:58:26 -0700 Subject: [PATCH] Add missing api_doc for POST_del. --- r2/r2/controllers/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 377d0b246..7557dccff 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -745,6 +745,7 @@ class ApiController(RedditController): @noresponse(VUser(), VModhash(), thing = VByNameIfAuthor('id')) + @api_doc(api_section.links_and_comments) def POST_del(self, thing): if not thing: return '''for deleting all sorts of things'''