mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 22:14:10 +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.
|
summary: Get all profile information for a user.
|
||||||
description: |-
|
description: |-
|
||||||
Get the complete profile for a user. The response includes `avatar_url`
|
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.
|
**Note**: The complete profile must be under 64 KiB.
|
||||||
operationId: getUserProfile
|
operationId: getUserProfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue