Browse Source

fix openapi spec for pages.remove

Yuki Takei 11 months ago
parent
commit
b6f1184323
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/src/server/routes/page.js

+ 1 - 0
apps/app/src/server/routes/page.js

@@ -261,6 +261,7 @@ module.exports = function(crowi, app) {
    *       properties:
    *         path:
    *           type: string
+   *           required: true
    *           description: Path of the deleted page
    *           example: "/user/example"
    *         isRecursively: