Parcourir la source

replace createdAt field

Ryu Sato il y a 6 ans
Parent
commit
21c1cd17f9
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/server/routes/revision.js

+ 4 - 4
src/server/routes/revision.js

@@ -31,10 +31,6 @@
  *              # test
  *
  *              test
- *          createdAt:
- *            type: string
- *            description: date created at
- *            example: 2010-01-01T00:00:00.000Z
  *          format:
  *            type: string
  *            description: format
@@ -43,6 +39,10 @@
  *            type: string
  *            description: path
  *            example: /user/alice/test
+ *          createdAt:
+ *            type: string
+ *            description: date created at
+ *            example: 2010-01-01T00:00:00.000Z
  */
 
 module.exports = function(crowi, app) {