Yuki Takei пре 10 месеци
родитељ
комит
da18fb9b6d
1 измењених фајлова са 2 додато и 5 уклоњено
  1. 2 5
      apps/app/src/server/routes/apiv3/page/index.ts

+ 2 - 5
apps/app/src/server/routes/apiv3/page/index.ts

@@ -318,17 +318,14 @@ module.exports = (crowi) => {
    *                    $ref: '#/components/schemas/Page/properties/path'
    *                    $ref: '#/components/schemas/Page/properties/path'
    *                  grant:
    *                  grant:
    *                    $ref: '#/components/schemas/Page/properties/grant'
    *                    $ref: '#/components/schemas/Page/properties/grant'
-   *                  grantUserGroupId:
+   *                  grantUserGroupIds:
    *                    type: string
    *                    type: string
    *                    description: UserGroup ID
    *                    description: UserGroup ID
    *                    example: 5ae5fccfc5577b0004dbd8ab
    *                    example: 5ae5fccfc5577b0004dbd8ab
    *                  pageTags:
    *                  pageTags:
    *                    type: array
    *                    type: array
    *                    items:
    *                    items:
-   *                      $ref: '#/components/schemas/Tag'
-   *                  shouldGeneratePath:
-   *                    type: boolean
-   *                    description: Determine whether a new path should be generated
+   *                      type: string
    *                required:
    *                required:
    *                  - body
    *                  - body
    *                  - path
    *                  - path