yusuketk 5 سال پیش
والد
کامیت
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(),