mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 22:04:08 +02:00
f
This commit is contained in:
parent
8424acd0e1
commit
8947eaf0b2
|
|
@ -116,7 +116,7 @@ paths:
|
||||||
in the user ID).
|
in the user ID).
|
||||||
|
|
||||||
Responding servers MAY:
|
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.
|
specified pairs.
|
||||||
- Deny profile look-up over federation by responding with 403 and an error code of
|
- Deny profile look-up over federation by responding with 403 and an error code of
|
||||||
`M_FORBIDDEN`.
|
`M_FORBIDDEN`.
|
||||||
|
|
@ -150,7 +150,7 @@ paths:
|
||||||
"200":
|
"200":
|
||||||
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 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.
|
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
|
If a field in the user's profile can't be made public over the federation, the
|
||||||
|
|
@ -178,7 +178,7 @@ paths:
|
||||||
m.tz:
|
m.tz:
|
||||||
type: string
|
type: string
|
||||||
description: The name of the user's time zone. The name SHOULD be registered in
|
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.
|
servers MUST tolerate invalid or unknown values.
|
||||||
x-addedInMatrixVersion: "1.16"
|
x-addedInMatrixVersion: "1.16"
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue