File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ const myCollection = await fetchContent({
138138
139139| Option | Type | Description | Documentation |
140140| --------| ------| -------------| ---------------|
141- | ` filters ` | ` object ` | Strapi Query Builder filters | [ documentation ] ( https://docs.strapi.io/cms/api/rest/filters ) |
142- | ` populate ` | ` object / string[] ` | Populating & selecting relations | [ documentation ] ( https://docs.strapi.io/cms/api/rest/populate-select#population ) |
143- | ` fields ` | ` string[] ` | Selecting fields | [ documentation ] ( https://docs.strapi.io/cms/api/rest/populate-select#field-selection ) |
144- | ` sort ` | ` string[] ` | Result sorting | [ documentation ] ( https://docs.strapi.io/cms/api/rest/sort-pagination#sorting ) |
145- | ` pagination ` | ` object ` | Result pagination | [ documentation ] ( https://docs.strapi.io/cms/api/rest/sort-pagination#pagination ) |
141+ | ` filters ` | ` object ` | Strapi Query Builder filters | [ open ] ( https://docs.strapi.io/cms/api/rest/filters ) |
142+ | ` populate ` | ` object / string[] ` | Populating & selecting relations | [ open ] ( https://docs.strapi.io/cms/api/rest/populate-select#population ) |
143+ | ` fields ` | ` string[] ` | Selecting fields | [ open ] ( https://docs.strapi.io/cms/api/rest/populate-select#field-selection ) |
144+ | ` sort ` | ` string[] ` | Result sorting | [ open ] ( https://docs.strapi.io/cms/api/rest/sort-pagination#sorting ) |
145+ | ` pagination ` | ` object ` | Result pagination | [ open ] ( https://docs.strapi.io/cms/api/rest/sort-pagination#pagination ) |
146146
147147## 🔧 Development
148148
You can’t perform that action at this time.
0 commit comments