From 88e9a19eec6005b2c4b14ae85e5563494fc2d7d3 Mon Sep 17 00:00:00 2001 From: "Marco A." Date: Wed, 15 Jan 2025 16:36:23 +0100 Subject: [PATCH] Removing the not about unmodified fields on the update (#2351) --- docusaurus/docs/dev-docs/api/rest.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/api/rest.md b/docusaurus/docs/dev-docs/api/rest.md index 1db3548d6c..dbec88909f 100644 --- a/docusaurus/docs/dev-docs/api/rest.md +++ b/docusaurus/docs/dev-docs/api/rest.md @@ -349,7 +349,6 @@ Partially updates a document by `id` and returns its value. Send a `null` value to clear fields. :::note NOTES -* Even unmodified fields must be included in the request's body. * Even with the [Internationalization (i18n) plugin](/dev-docs/i18n) installed, it's currently not possible to [update the locale of a document](/dev-docs/i18n#rest-update). * While updating a document, you can define its relations and their order (see [Managing relations through the REST API](/dev-docs/api/rest/relations) for more details). :::