Skip to content

Commit

Permalink
fix(openapi): spec for 685f3c6
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Dec 1, 2020
1 parent dde3171 commit 1bb75e7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/openapi/components/schemas/GroupObject.yaml
Expand Up @@ -32,6 +32,8 @@ GroupFullObject:
type: number
disableJoinRequests:
type: number
autojoin:
type: number
disableLeave:
type: number
nameEncoded:
Expand Down Expand Up @@ -143,6 +145,8 @@ GroupDataObject:
type: number
disableJoinRequests:
type: number
autojoin:
type: number
disableLeave:
type: number
cover:url:
Expand Down
3 changes: 3 additions & 0 deletions public/openapi/read/admin/manage/groups.yaml
Expand Up @@ -52,6 +52,8 @@ get:
type: number
disableJoinRequests:
type: number
autojoin:
type: number
disableLeave:
type: number
nameEncoded:
Expand Down Expand Up @@ -87,6 +89,7 @@ get:
- cover:position
- userTitleEnabled
- disableJoinRequests
- autojoin
- disableLeave
- nameEncoded
- displayName
Expand Down
2 changes: 2 additions & 0 deletions public/openapi/read/groups.yaml
Expand Up @@ -44,6 +44,8 @@ get:
type: number
disableJoinRequests:
type: number
autojoin:
type: number
disableLeave:
type: number
nameEncoded:
Expand Down
2 changes: 2 additions & 0 deletions public/openapi/read/user/userslug.yaml
Expand Up @@ -70,6 +70,8 @@ get:
type: number
disableJoinRequests:
type: number
autojoin:
type: number
disableLeave:
type: number
nameEncoded:
Expand Down
3 changes: 3 additions & 0 deletions public/openapi/write/groups.yaml
Expand Up @@ -18,6 +18,9 @@ post:
disableJoinRequests:
type: number
enum: [0, 1]
autojoin:
type: number
enum: [0, 1]
disableLeave:
type: number
enum: [0, 1]
Expand Down

0 comments on commit 1bb75e7

Please sign in to comment.