Explicitly call replacement_room a room ID

Fixes https://github.com/matrix-org/matrix-doc/issues/3232
This commit is contained in:
Will Hunt 2021-06-08 17:10:41 +01:00 committed by Richard van der Hoff
parent 153df04953
commit 2794fc8e29

View file

@ -10,7 +10,7 @@ properties:
description: A server-defined message. description: A server-defined message.
replacement_room: replacement_room:
type: string type: string
description: The new room the client should be visiting. description: The room ID of the new room the client should be visiting.
required: required:
- replacement_room - replacement_room
- body - body