diff --git a/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md b/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md index df37998bf0..b466fd234b 100644 --- a/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md +++ b/docs/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md @@ -276,7 +276,7 @@ await request(`/api/articles?${query}`); ### Component & Dynamic Zones -The `population` parameter is used to explicitly define which Dynamic zones, components, and nested components to populate. +The `populate` parameter is used to explicitly define which Dynamic zones, components, and nested components to populate. #### Deeply populate a 2 level component & media @@ -408,7 +408,7 @@ await request(`/api/articles?${query}`); ### Combining Population with other operators -By utilizing the `population` operator it is possible to combine other operators such as [field selection](/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md#field-selection), [filters](/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md), and [sort](/developer-docs/latest/developer-resources/database-apis-reference/rest/sort-pagination.md) in the population queries. +By utilizing the `populate` operator it is possible to combine other operators such as [field selection](/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md#field-selection), [filters](/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md), and [sort](/developer-docs/latest/developer-resources/database-apis-reference/rest/sort-pagination.md) in the population queries. :::caution The population and pagination operators cannot be combined.