|
@@ -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
|