Commit 7152e8f 1 parent e2628d6 commit 7152e8f Copy full SHA for 7152e8f
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 75
75
own displayname or to query the name of other users; either locally or
76
76
on remote homeservers.
77
77
operationId : getDisplayName
78
+ security :
79
+ - accessTokenQuery : []
80
+ - accessTokenBearer : []
78
81
parameters :
79
82
- in : path
80
83
name : userId
@@ -178,6 +181,9 @@ paths:
178
181
own avatar URL or to query the URL of other users; either locally or
179
182
on remote homeservers.
180
183
operationId : getAvatarUrl
184
+ security :
185
+ - accessTokenQuery : []
186
+ - accessTokenBearer : []
181
187
parameters :
182
188
- in : path
183
189
name : userId
@@ -229,6 +235,9 @@ paths:
229
235
to fetch the user's own profile information or other users; either
230
236
locally or on remote homeservers.
231
237
operationId : getUserProfile
238
+ security :
239
+ - accessTokenQuery : []
240
+ - accessTokenBearer : []
232
241
parameters :
233
242
- in : path
234
243
name : userId
You can’t perform that action at this time.
0 commit comments