mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 14:33:43 +01:00
Update content/client-server-api/_index.md
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
78ca690935
commit
08ef01beec
|
|
@ -2495,9 +2495,11 @@ default and only stable `available` room version.
|
||||||
|
|
||||||
{{% added-in v="1.16" %}}
|
{{% added-in v="1.16" %}}
|
||||||
|
|
||||||
This capability has a flag, `enabled`, and two lists, `allowed` and
|
This capability defines which [profile](#profiles) fields the user is
|
||||||
`disallowed`, that together denote which fields the user is able to
|
able to change.
|
||||||
change via the profile endpoints.
|
|
||||||
|
The capability value has a required flag, `enabled`, and two optional lists, `allowed` and
|
||||||
|
`disallowed`.
|
||||||
|
|
||||||
When `enabled` is `false`, all profile fields are managed by the server
|
When `enabled` is `false`, all profile fields are managed by the server
|
||||||
and the client is not permitted to make any changes.
|
and the client is not permitted to make any changes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue