From b3581b781cabdad98eb9c04385d475f334a6e51e Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Mon, 4 Dec 2023 11:47:57 +0100 Subject: [PATCH] Mention permission in populate intro. --- docusaurus/docs/dev-docs/api/rest/populate-select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/api/rest/populate-select.md b/docusaurus/docs/dev-docs/api/rest/populate-select.md index 8ceea53a1d..e05c542709 100644 --- a/docusaurus/docs/dev-docs/api/rest/populate-select.md +++ b/docusaurus/docs/dev-docs/api/rest/populate-select.md @@ -11,7 +11,7 @@ import QsForQueryBody from '/docs/snippets/qs-for-query-body.md' # REST API: Population & Field Selection -The [REST API](/dev-docs/api/rest) by default does not populate any relations, media fields, components, or dynamic zones. Use the [`populate` parameter](#population) to populate specific fields and the [`select` parameter](#field-selection) to return only specific fields with the query results. +The [REST API](/dev-docs/api/rest) by default does not populate any relations, media fields, components, or dynamic zones. Use the [`populate` parameter](#population) to populate specific fields and the [`select` parameter](#field-selection) to return only specific fields with the query results. Ensure that the find permission is given to the field(s) for the relation(s) you populate. :::tip