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
If a request is made to /space/id/entries and one entry A linked by an entry B is already part of the items collection, that entry won't be part of the includes object. At the moment, these links are not getting properly resolved.
If linked entries have not already been retrieved in the standard items array, they will be placed in the includes.Entry array. Similarly, linked assets are put inside the includes.Asset array.
If a request is made to
/space/id/entries
and one entry A linked by an entry B is already part of theitems
collection, that entry won't be part of theincludes
object. At the moment, these links are not getting properly resolved.in https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/links
The text was updated successfully, but these errors were encountered: