Don't mention that GET /_matrix/client/v3/profile/{userId}
can return additional properties because this is true for almost every endpoint (#1910)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
2017515ca9
commit
5d91b628c9
2 changed files with 2 additions and 2 deletions
|
@ -0,0 +1 @@
|
||||||
|
Don't mention that `GET /_matrix/client/v3/profile/{userId}` can return additional properties because this is true for almost every endpoint.
|
|
@ -195,8 +195,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Get the combined profile information for this user. This API may be used
|
Get the combined profile information for this user. This API may be used
|
||||||
to fetch the user's own profile information or other users; either
|
to fetch the user's own profile information or other users; either
|
||||||
locally or on remote homeservers. This API may return keys which are not
|
locally or on remote homeservers.
|
||||||
limited to `displayname` or `avatar_url`.
|
|
||||||
operationId: getUserProfile
|
operationId: getUserProfile
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue