Update data/api/client-server/create_room.yaml

This commit is contained in:
Johannes Marbach 2025-04-30 08:53:36 +02:00 committed by GitHub
parent 22a8066ed2
commit 51a4bbc1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,10 +116,10 @@ paths:
topic: topic:
type: string type: string
description: |- description: |-
If this is included, an [`m.room.topic`](#mroomtopic) event If this is included, an [`m.room.topic`](/client-server-api/#mroomtopic)
with a `text/plain` mimetype will be sent into the room to event with a `text/plain` mimetype will be sent into the room
indicate the topic for the room. This overwrites any to indicate the topic for the room. This overwrites any
[`m.room.topic`](#mroomtopic) event in `initial_state`. [`m.room.topic`](/client-server-api/#mroomtopic) event in `initial_state`.
invite: invite:
type: array type: array
description: |- description: |-