Clarify that the event field of the send_join is only required when performing a restricted join (#1834)
This commit is contained in:
parent
a17550648c
commit
7ff785fc38
2 changed files with 4 additions and 3 deletions
|
@ -207,9 +207,9 @@ paths:
|
|||
title: SignedMembershipEvent
|
||||
x-addedInMatrixVersion: "1.2"
|
||||
description: |-
|
||||
Required if the room version [supports restricted join rules](/rooms/#feature-matrix). The signed
|
||||
copy of the membership event sent to other servers by the resident server, including the resident
|
||||
server's signature.
|
||||
Required if the `content` of the event in the request contained the `join_authorised_via_users_server`
|
||||
field. The signed copy of the membership event sent to other servers by the resident server,
|
||||
including the resident server's signature.
|
||||
servers_in_room:
|
||||
type: array
|
||||
x-addedInMatrixVersion: "1.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue