Skip to content

Commit

Permalink
Clarify why avatar_url and displayname can't be returned as null
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk committed Feb 21, 2025
1 parent 50eab35 commit dd4ea94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/api/client-server/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4ea94

Please sign in to comment.