-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from gematik/gematik/HOTFIX_Add_room_version
Adds room version to test api
- Loading branch information
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ openapi: 3.0.3 | |
info: | ||
title: TiMessengerTestDriver | ||
description: REST interface to automate the test of a TI-Messenger client implementation. | ||
version: 0.9.3 | ||
version: 0.9.4 | ||
contact: | ||
name: gematik GmbH | ||
email: [email protected] | ||
|
@@ -2188,6 +2188,10 @@ components: | |
type: string | ||
description: "The room identifier. Must be returned in response to a createRoom request. Is used to identify a specific room." | ||
example: "!dowjfsdkjfskjdfsd:gematik.de" | ||
roomVersion: | ||
type: string | ||
description: "The room version" | ||
example: "10" | ||
|
||
RoomMembershipState: | ||
description: "An accounts membership state for a room" | ||
|