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:
200:
description: |-
The full state for the room, having accepted the join event.
The join event has been accepted into the room.
schema:
type: array
minItems: 2

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

Loading…
Cancel
Save