fix: api docs for admin/manage/groups/x

v1.18.x
psychobunny 5 years ago
parent b9cff5775c
commit 8769e28b28

@ -1317,6 +1317,36 @@ paths:
type: string type: string
selected: selected:
type: boolean type: boolean
categories:
type: array
items:
type: object
properties:
cid:
type: number
description: A category identifier
name:
type: string
icon:
type: string
selected:
type: boolean
level:
type: string
parentCid:
type: number
description: The category identifier for the category that is the immediate
ancestor of the current category
color:
type: string
bgColor:
type: string
imageClass:
type: string
required:
- cid
- name
- icon
allowPrivateGroups: allowPrivateGroups:
type: number type: number
maximumGroupNameLength: maximumGroupNameLength:

Loading…
Cancel
Save