Skip to content

Commit

Permalink
Mention permission for populate in REST API intro
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 4, 2023
1 parent 40c1a8a commit 0884656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All content types are private by default and need to be either made public or qu
:::

:::caution
The REST API by default does not populate any relations, media fields, components, or dynamic zones. Use the [`populate` parameter](/dev-docs/api/rest/populate-select) to populate specific fields.
The REST API by default does not populate any relations, media fields, components, or dynamic zones. Use the [`populate` parameter](/dev-docs/api/rest/populate-select) to populate specific fields. Ensure that the find permission is given to the field(s) for the relation(s) you populate.
:::

## Endpoints
Expand Down

0 comments on commit 0884656

Please sign in to comment.