Clarify send_join response (#3703)

pull/3716/head
Richard van der Hoff 2 years ago committed by GitHub
parent e7adfd5ed1
commit 1913812a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Correct misleading text for `/send_join` response.

@ -324,7 +324,7 @@ paths:
responses: responses:
200: 200:
description: |- description: |-
The full state for the room, having accepted the join event. The join event has been accepted into the room.
schema: schema:
type: array type: array
minItems: 2 minItems: 2

@ -184,7 +184,7 @@ paths:
} }
200: 200:
description: |- description: |-
The full state for the room, having accepted the join event. The join event has been accepted into the room.
schema: schema:
$ref: "./definitions/send_join_response.yaml" $ref: "./definitions/send_join_response.yaml"
examples: examples:

Loading…
Cancel
Save