mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
f
This commit is contained in:
parent
8424acd0e1
commit
8947eaf0b2
|
|
@ -116,7 +116,7 @@ paths:
|
|||
in the user ID).
|
||||
|
||||
Responding servers MAY:
|
||||
- Allow users to set arbitrary key/value pairs in their profile in addition to the
|
||||
- Include arbitrary key/value pairs in the profile in addition to the
|
||||
specified pairs.
|
||||
- Deny profile look-up over federation by responding with 403 and an error code of
|
||||
`M_FORBIDDEN`.
|
||||
|
|
@ -150,7 +150,7 @@ paths:
|
|||
"200":
|
||||
description: |-
|
||||
The profile for the user. If a `field` is specified in the request, the response
|
||||
MUST only included 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.
|
||||
|
||||
If a field in the user's profile can't be made public over the federation, the
|
||||
|
|
@ -178,7 +178,7 @@ paths:
|
|||
m.tz:
|
||||
type: string
|
||||
description: The name of the user's time zone. The name SHOULD be registered in
|
||||
the [IANA Time Zone Database](https://www.iana.org/time-zones), requesting
|
||||
the [IANA Time Zone Database](https://www.iana.org/time-zones). Requesting
|
||||
servers MUST tolerate invalid or unknown values.
|
||||
x-addedInMatrixVersion: "1.16"
|
||||
additionalProperties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue