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:
Johannes Marbach 2025-08-06 13:12:56 +02:00 committed by GitHub
parent 78ca690935
commit 08ef01beec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.