From 6da40789952406552612a33bb805744af9f149c0 Mon Sep 17 00:00:00 2001 From: meganelacheny Date: Wed, 19 Nov 2025 14:21:05 +0100 Subject: [PATCH] Expand caution callout for media asset relations (#2822) --- docusaurus/docs/cms/api/rest/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/cms/api/rest/relations.md b/docusaurus/docs/cms/api/rest/relations.md index 79fd9e93d8..ae0112d35b 100644 --- a/docusaurus/docs/cms/api/rest/relations.md +++ b/docusaurus/docs/cms/api/rest/relations.md @@ -63,7 +63,7 @@ You can also use the longhand syntax to [reorder relations](#relations-reorderin `connect` can be used in combination with [`disconnect`](#disconnect). :::caution -`connect` can not be used for media attributes +`connect` is not officially supported for media attributes. Advanced users can technically connect media entries by targeting upload file IDs, but this workaround isn't recommended or supported by Strapi and can easily break (e.g. when Draft & Publish uses mismatched IDs). Proceed with caution. :::