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>
pull/1842/head
Johannes Marbach 4 months ago committed by GitHub
parent 2017515ca9
commit 5d91b628c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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: |-
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
locally or on remote homeservers. This API may return keys which are not
limited to `displayname` or `avatar_url`.
locally or on remote homeservers.
operationId: getUserProfile
parameters:
- in: path

Loading…
Cancel
Save