From 0d89ec84e2dc908268438ca1cc512f4fdc12f4bb Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 6 Aug 2025 13:25:29 +0200 Subject: [PATCH] Update content/client-server-api/_index.md --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 4d23b636..2c48a7b6 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -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 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 fields that are *not* listed, provided `enabled` is `true`.