From ec223944a27bc06ac25e7c1e2b9d2a0b9d349c76 Mon Sep 17 00:00:00 2001 From: Andre D Date: Mon, 20 May 2013 11:44:44 -0700 Subject: [PATCH] api_docs: Move new_captcha to captcha section. --- r2/r2/controllers/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index b35fb8702..7d5dc23fb 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -107,7 +107,7 @@ class ApiminimalController(MinimalController): """ @validatedForm() - @api_doc(api_section.misc) + @api_doc(api_section.captcha) def POST_new_captcha(self, form, jquery, *a, **kw): iden = get_iden() jquery("body").captcha(iden)