Skip to content

Commit 3ead26b

Browse files
committed
Adds room version to test api
1 parent afd54d3 commit 3ead26b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/openapi/TiMessengerTestTreiber.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,10 @@ components:
21882188
type: string
21892189
description: "The room identifier. Must be returned in response to a createRoom request. Is used to identify a specific room."
21902190
example: "!dowjfsdkjfskjdfsd:gematik.de"
2191+
roomVersion:
2192+
type: string
2193+
description: "The room version"
2194+
example: "10"
21912195

21922196
RoomMembershipState:
21932197
description: "An accounts membership state for a room"

0 commit comments

Comments
 (0)