Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/cms/api/rest/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

<Tabs groupId="shorthand-longhand">
Expand Down