|
@@ -151,8 +151,6 @@ module.exports = function(crowi, app) {
|
|
|
* @api {post} /comments.update Update comment dody
|
|
* @api {post} /comments.update Update comment dody
|
|
|
* @apiName UpdateComment
|
|
* @apiName UpdateComment
|
|
|
* @apiGroup Comment
|
|
* @apiGroup Comment
|
|
|
- *
|
|
|
|
|
- * @apiParam {Object} commentForm Comment Form
|
|
|
|
|
*/
|
|
*/
|
|
|
api.update = async function(req, res) {
|
|
api.update = async function(req, res) {
|
|
|
const { commentForm } = req.body;
|
|
const { commentForm } = req.body;
|