From 08ef01beeca75eb65fb75bddb4647741c55267ce Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 6 Aug 2025 13:12:56 +0200 Subject: [PATCH] Update content/client-server-api/_index.md Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index e09a47bd..0b76a371 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2495,9 +2495,11 @@ default and only stable `available` room version. {{% added-in v="1.16" %}} -This capability has a flag, `enabled`, and two lists, `allowed` and -`disallowed`, that together denote which fields the user is able to -change via the profile endpoints. +This capability defines which [profile](#profiles) fields the user is +able to change. + +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 and the client is not permitted to make any changes.