Add missing api_doc for POST_del.

This commit is contained in:
Max Goodman
2012-05-10 09:58:26 -07:00
committed by Keith Mitchell
parent e0aaa3e0fb
commit 4ec2406f70

View File

@@ -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'''