From 51a4bbc1d989ac412aed14239e331a9d5c85979a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 30 Apr 2025 08:53:36 +0200 Subject: [PATCH] Update data/api/client-server/create_room.yaml --- data/api/client-server/create_room.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/api/client-server/create_room.yaml b/data/api/client-server/create_room.yaml index eac25577..91c85840 100644 --- a/data/api/client-server/create_room.yaml +++ b/data/api/client-server/create_room.yaml @@ -116,10 +116,10 @@ paths: topic: type: string description: |- - If this is included, an [`m.room.topic`](#mroomtopic) event - with a `text/plain` mimetype will be sent into the room to - indicate the topic for the room. This overwrites any - [`m.room.topic`](#mroomtopic) event in `initial_state`. + If this is included, an [`m.room.topic`](/client-server-api/#mroomtopic) + event with a `text/plain` mimetype will be sent into the room + to indicate the topic for the room. This overwrites any + [`m.room.topic`](/client-server-api/#mroomtopic) event in `initial_state`. invite: type: array description: |-