Explorar el Código

fix openapi spec for pages.remove

Yuki Takei hace 11 meses
padre
commit
b6f1184323
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: