Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
added reply_to field in comment creation
Browse files Browse the repository at this point in the history
resolve #41
  • Loading branch information
wusatosi committed Jul 31, 2019
1 parent 4fca85a commit cb76864
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit cb76864

Please sign in to comment.