Allow null
in room_types
for POST /publicRooms
endpoints (#1564)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
adff3faa35
commit
49957be1e3
5 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -107,7 +107,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue