Update content/client-server-api/_index.md

This commit is contained in:
Johannes Marbach 2025-08-06 13:25:29 +02:00 committed by GitHub
parent 681a7618c0
commit 0d89ec84e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2512,7 +2512,7 @@ If `allowed` is present, clients can modify only the fields
listed. They SHOULD assume all other fields to be managed by listed. They SHOULD assume all other fields to be managed by
the server. In this case, `disallowed` has no meaning and should be ignored. the server. In this case, `disallowed` has no meaning and should be ignored.
If `disallowed` is present (and `allowed` is not), clients should assume If `disallowed` is present (and `allowed` is not), clients SHOULD assume
that the listed fields are managed by the server. Clients may modify any that the listed fields are managed by the server. Clients may modify any
fields that are *not* listed, provided `enabled` is `true`. fields that are *not* listed, provided `enabled` is `true`.