mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 06:18:08 -05:00
Add missing api_doc for POST_del.
This commit is contained in:
committed by
Keith Mitchell
parent
e0aaa3e0fb
commit
4ec2406f70
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user