We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5d413 commit 1dc7515Copy full SHA for 1dc7515
src/openapi/TiMessengerContactManagement.yaml
@@ -73,6 +73,9 @@ paths:
73
$ref: "#/components/responses/DefaultResponse"
74
75
/contacts:
76
+ parameters:
77
+ - $ref: "#/components/parameters/mxidHeader"
78
+
79
get:
80
tags:
81
- getContacts
@@ -138,6 +141,7 @@ paths:
138
141
139
142
/contacts/{mxid}:
140
143
parameters:
144
145
- $ref: "#/components/parameters/mxid"
146
147
@@ -177,6 +181,14 @@ components:
177
181
178
182
179
183
184
+ mxidHeader:
185
+ name: Mxid
186
+ in: header
187
+ description: MXID of the contact settings owner. MUST match with the
188
+ MXID resolved from the Matrix-OpenID-Token.
189
+ required: true
190
+ schema:
191
+ type: string
180
192
mxid:
193
name: mxid
194
in: path
0 commit comments