yusuketk 6 年之前
父節點
當前提交
56903f9895
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/server/routes/apiv3/page.js

+ 1 - 1
src/server/routes/apiv3/page.js

@@ -126,7 +126,7 @@ module.exports = (crowi) => {
     ],
 
     archive: [
-      body('basePagePath').isString(),
+      body('rootPagePath').isString(),
       body('isCommentDownload').isBoolean(),
       body('isAttachmentFileDownload').isBoolean(),
       body('isSubordinatedPageDownload').isBoolean(),