Allow null in room_types for POST /publicRooms endpoints (#1564)

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-06-13 16:12:25 +02:00 committed by GitHub
parent adff3faa35
commit 49957be1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 3 deletions

View file

@ -214,7 +214,7 @@ paths:
type: array
x-addedInMatrixVersion: "1.4"
items:
type: string
type: ["string", "null"]
description: |-
An optional list of [room types](/client-server-api/#types) to search
for. To include rooms without a room type, specify `null` within this