mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 03:23:42 +01:00
Clarify why avatar_url and displayname can't be returned as null
This commit is contained in:
parent
50eab3501e
commit
dd4ea948b6
|
|
@ -262,7 +262,8 @@ paths:
|
|||
summary: Get all profile information for a user.
|
||||
description: |-
|
||||
Get the complete profile for a user. The response includes `avatar_url`
|
||||
and `displayname` (unless set to `null`) plus any custom profile fields.
|
||||
and `displayname` (unless set to `null`, as they can only be strings)
|
||||
plus any custom profile fields.
|
||||
|
||||
**Note**: The complete profile must be under 64 KiB.
|
||||
operationId: getUserProfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue