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(),