You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug]: In the Strapi v5 documentation, under the "Using plugins - Upload" section, the "Upload entry files" subsection contains the phrase "The corresponding code is be:" which does not match the actual implementation, and vice versa. #2384
The documentation "Using plugins - Upload" chapter "Upload entry files" section "The corresponding code is be:" in Strapi v5 does not correspond to actual practice and vice versa.
In the image/example provided by Strapi in the "refId" section, the value refers to "documentId", but in reality the value is "id" not "documentId". I think this will confuse many people, please fix it ASAP.