File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 21
21
TI-Messenger-Client ---> Messenger-Proxy
22
22
23
23
# 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
25
30
# ## 1.0.1
26
31
# - raised patch number in server url due to bugfixing
27
32
# - removed pointless 404 response while createContactSetting
@@ -41,7 +46,7 @@ externalDocs:
41
46
url : https://github.com/gematik/api-ti-messenger
42
47
43
48
servers :
44
- - url : https://localhost/tim-contact-mgmt/v1.0.1 /
49
+ - url : https://localhost/tim-contact-mgmt/v1.0.2 /
45
50
tags :
46
51
- name : info
47
52
description : This operation returns meta data about this interface and the status of available resources
@@ -240,12 +245,14 @@ components:
240
245
properties :
241
246
displayName :
242
247
type : string
243
- description : " Name of the contact) ."
248
+ description : " Name of the contact."
244
249
example : " Musterfrau, Erika"
245
250
mxid :
246
251
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"
249
256
inviteSettings :
250
257
type : object
251
258
properties :
You can’t perform that action at this time.
0 commit comments