Clarify send_join response (#3703)
This commit is contained in:
parent
e7adfd5ed1
commit
1913812a90
3 changed files with 3 additions and 2 deletions
1
changelogs/server_server/3703.clarification
Normal file
1
changelogs/server_server/3703.clarification
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue