From cb768645216a09b85745791214893ca0afec58ad Mon Sep 17 00:00:00 2001 From: wusatosi Date: Wed, 31 Jul 2019 19:51:53 +0800 Subject: [PATCH] added reply_to field in comment creation resolve #41 --- api.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api.json b/api.json index 594deee..777a12e 100644 --- a/api.json +++ b/api.json @@ -898,6 +898,11 @@ "captcha": { "type": "string", "description": "Google Recaptcha token" + }, + "reply_to": { + "type": "integer", + "nullable": true, + "description": "the comment id this comment is reply to, if the comment do not exist, 404 will be responsed" } } }