Browse Source

Fixed swagger

Taichi Masuyama 4 years ago
parent
commit
8c7fca6571
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/app/src/server/routes/apiv3/page.js

+ 2 - 1
packages/app/src/server/routes/apiv3/page.js

@@ -403,7 +403,8 @@ module.exports = (crowi) => {
    *            content:
    *            content:
    *              application/json:
    *              application/json:
    *                schema:
    *                schema:
-   *                  $ref: '#/components/schemas/isGrantNormalized'
+   *                  isGrantNormalized:
+   *                    type: boolean
    *          400:
    *          400:
    *            description: Bad request. Page is unreachable or empty.
    *            description: Bad request. Page is unreachable or empty.
    *          500:
    *          500: