Skip to content

Commit 6b566f3

Browse files
authored
Merge pull request #218 from gematik/Hotfix-ContactManagement
changed format of mxid to normal identifier
2 parents 9c5d696 + 366d935 commit 6b566f3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/openapi/TiMessengerContactManagement.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ info:
2121
TI-Messenger-Client ---> Messenger-Proxy
2222
2323
# Contact
24-
version: 1.0.1
24+
version: 1.0.2
25+
### 1.0.2
26+
# - raised patch number in server url due to bugfixing
27+
# - changed MXID description and example
28+
# changed format of mxid to normal identifier to support better handling in proxies
29+
# and avoid security issues like https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0450
2530
### 1.0.1
2631
# - raised patch number in server url due to bugfixing
2732
# - removed pointless 404 response while createContactSetting
@@ -41,7 +46,7 @@ externalDocs:
4146
url: https://github.com/gematik/api-ti-messenger
4247

4348
servers:
44-
- url: https://localhost/tim-contact-mgmt/v1.0.1/
49+
- url: https://localhost/tim-contact-mgmt/v1.0.2/
4550
tags:
4651
- name: info
4752
description: This operation returns meta data about this interface and the status of available resources
@@ -240,12 +245,14 @@ components:
240245
properties:
241246
displayName:
242247
type: string
243-
description: "Name of the contact)."
248+
description: "Name of the contact."
244249
example: "Musterfrau, Erika"
245250
mxid:
246251
type: string
247-
description: "ID of the contact (Matrix URI scheme))."
248-
example: matrix:u/testuser:tim.test.gematik.de
252+
description: "MXID of the contact (@localpart:domain)). See "
253+
externalDocs:
254+
url: https://spec.matrix.org/v1.3/appendices/#user-identifiers
255+
example: "@testuser:tim.test.gematik.de"
249256
inviteSettings:
250257
type: object
251258
properties:

0 commit comments

Comments
 (0)