This commit is contained in:
famfo 2026-04-23 11:32:43 +02:00
parent 8947eaf0b2
commit 89c8f9a853
No known key found for this signature in database

View file

@ -151,7 +151,8 @@ paths:
description: |- description: |-
The profile for the user. If a `field` is specified in the request, the response The profile for the user. If a `field` is specified in the request, the response
MUST only include the specified `field`. If no `field` was specified, the response MUST only include the specified `field`. If no `field` was specified, the response
SHOULD include all of the fields of the user's profile, which can be made public. SHOULD include all of the fields of the user's profile that can be made public, such
as the display name and avatar.
If a field in the user's profile can't be made public over the federation, the If a field in the user's profile can't be made public over the federation, the
responding server MAY choose to exclude it in the response. responding server MAY choose to exclude it in the response.