Skip to content

Commit

Permalink
test(openapi): missing commonprops addition
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 20, 2020
1 parent 5639379 commit 0dc55bb
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions public/openapi/components/schemas/CommonProps.yaml
Expand Up @@ -26,6 +26,49 @@ CommonProps:
bodyClass:
type: string
description: The css class string that is appended to the body element
privileges:
type: object
properties:
chat:
type: boolean
upload:post:image:
type: boolean
upload:post:file:
type: boolean
signature:
type: boolean
ban:
type: boolean
search:content:
type: boolean
search:users:
type: boolean
search:tags:
type: boolean
view:users:
type: boolean
view:tags:
type: boolean
view:groups:
type: boolean
local:login:
type: boolean
group:create:
type: boolean
view:users:info:
type: boolean
admin:dashboard:
type: boolean
admin:categories:
type: boolean
admin:privileges:
type: boolean
admin:users:
type: boolean
admin:settings:
type: boolean
superadmin:
type: boolean
_header:
type: object
description: List of meta and link tags that are added to the head element
Expand Down

0 comments on commit 0dc55bb

Please sign in to comment.