mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 11:15:28 +02:00
fix: schema changes for b860c2605c
This commit is contained in:
@@ -97,11 +97,11 @@ get:
|
||||
type: array
|
||||
items:
|
||||
$ref: ../../../components/schemas/UserObject.yaml#/UserObjectSlim
|
||||
subCategoryCount:
|
||||
type: number
|
||||
selectedCategory:
|
||||
$ref: ../../../components/schemas/CategoryObject.yaml#/CategoryObject
|
||||
allPrivileges:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: A simple array containing user privilege names (used client-side when giving mod privilege)
|
||||
nullable: true
|
||||
anyOf:
|
||||
- $ref: ../../../components/schemas/CategoryObject.yaml#/CategoryObject
|
||||
- $ref: ../../../components/schemas/Pagination.yaml#/Pagination
|
||||
- $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps
|
||||
Reference in New Issue
Block a user