From aed0bbd712fb254f13e779131900f2acd4fd0f10 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 7 Jun 2022 15:22:35 +0200 Subject: [PATCH] room_type is not a required parameter in practice In practice servers seem to mirror what the room create event does and leave out the room_type when unset. Signed-off-by: Nicolas Werner --- data/api/client-server/space_hierarchy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/space_hierarchy.yaml b/data/api/client-server/space_hierarchy.yaml index 12640b53..309b99e3 100644 --- a/data/api/client-server/space_hierarchy.yaml +++ b/data/api/client-server/space_hierarchy.yaml @@ -149,7 +149,7 @@ paths: format: int64 description: The `origin_server_ts` for the event. required: [origin_server_ts] - required: [room_type, children_state] + required: [children_state] next_batch: type: string description: |-