Add "knock" membership to /members endpoint (#3254)
This commit is contained in:
parent
87d22392ac
commit
86b53be3d1
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@ paths:
|
||||||
enum:
|
enum:
|
||||||
- join
|
- join
|
||||||
- invite
|
- invite
|
||||||
|
- knock
|
||||||
- leave
|
- leave
|
||||||
- ban
|
- ban
|
||||||
description: |-
|
description: |-
|
||||||
|
@ -220,6 +221,7 @@ paths:
|
||||||
enum:
|
enum:
|
||||||
- join
|
- join
|
||||||
- invite
|
- invite
|
||||||
|
- knock
|
||||||
- leave
|
- leave
|
||||||
- ban
|
- ban
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue