Skip to content

Commit

Permalink
fix: api docs for admin/manage/groups/x
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Jul 24, 2020
1 parent b9cff57 commit 8769e28
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/openapi/read.yaml
Expand Up @@ -1317,6 +1317,36 @@ paths:
type: string
selected:
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:
type: number
maximumGroupNameLength:
Expand Down

0 comments on commit 8769e28

Please sign in to comment.