mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
Add "knock" membership to /members endpoint (#3254)
This commit is contained in:
parent
87d22392ac
commit
86b53be3d1
|
|
@ -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…
Reference in a new issue