itizawa 6 anni fa
parent
commit
6fc31e129c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/server/routes/comment.js

+ 1 - 1
src/server/routes/comment.js

@@ -152,6 +152,7 @@ module.exports = function(crowi, app) {
    * @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;
@@ -201,7 +202,6 @@ module.exports = function(crowi, app) {
     }
     }
   };
   };
 
 
-
   /**
   /**
    * @api {post} /comments.remove Remove specified comment
    * @api {post} /comments.remove Remove specified comment
    * @apiName RemoveComment
    * @apiName RemoveComment