Skip to content

Commit

Permalink
Deploying to gh-pages from @ cd53e08 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner28 committed Mar 23, 2024
1 parent d391b7d commit 3fd90ed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6248,12 +6248,21 @@ components:
default: false
example: true
description: Whether the user is allowed to add this permission to a role.
GroupJoinRequestAction:
example: accept
title: GroupJoinRequestAction
type: string
enum:
- accept
- reject
RespondGroupJoinRequest:
title: RespondGroupJoinRequest
type: object
properties:
action:
type: string
$ref: '#/components/schemas/GroupJoinRequestAction'
required:
- action
CreateGroupRoleRequest:
title: CreateGroupRequest
type: object
Expand Down
11 changes: 10 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6248,12 +6248,21 @@ components:
default: false
example: true
description: Whether the user is allowed to add this permission to a role.
GroupJoinRequestAction:
example: accept
title: GroupJoinRequestAction
type: string
enum:
- accept
- reject
RespondGroupJoinRequest:
title: RespondGroupJoinRequest
type: object
properties:
action:
type: string
$ref: '#/components/schemas/GroupJoinRequestAction'
required:
- action
CreateGroupRoleRequest:
title: CreateGroupRequest
type: object
Expand Down

0 comments on commit 3fd90ed

Please sign in to comment.