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
Copy file name to clipboardExpand all lines: lib/create-environment-api.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ export default function createEnvironmentApi(makeRequest: MakeRequest) {
500
500
501
501
/**
502
502
* Gets a collection of Content Types with cursor based pagination
503
-
* @param query - Object with search parameters. Check the <a href="https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/#retrieving-entries-with-search-parameters">JS SDK tutorial</a> and the <a href="https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters">REST API reference</a> for more details.
503
+
* @param query - Object with cursor pagination parameters. Check the <a href="https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/cursor-pagination">REST API reference</a> for more details.
504
504
* @return Promise for a collection of Content Types
@@ -787,7 +787,7 @@ export default function createEnvironmentApi(makeRequest: MakeRequest) {
787
787
* Gets a collection of Entries with cursor based pagination
788
788
* Warning: if you are using the select operator, when saving, any field that was not selected will be removed
789
789
* from your entry in the backend
790
-
* @param query - Object with search parameters. Check the <a href="https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/#retrieving-entries-with-search-parameters">JS SDK tutorial</a> and the <a href="https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters">REST API reference</a> for more details.
790
+
* @param query - Object with cursor pagination parameters. Check the <a href="https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/cursor-pagination">REST API reference</a> for more details.
@@ -1042,7 +1042,7 @@ export default function createEnvironmentApi(makeRequest: MakeRequest) {
1042
1042
* Gets a collection of Assets with cursor based pagination
1043
1043
* Warning: if you are using the select operator, when saving, any field that was not selected will be removed
1044
1044
* from your entry in the backend
1045
-
* @param query - Object with search parameters. Check the <a href="https://www.contentful.com/developers/docs/javascript/tutorials/using-js-cda-sdk/#retrieving-entries-with-search-parameters">JS SDK tutorial</a> and the <a href="https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters">REST API reference</a> for more details.
1045
+
* @param query - Object with cursor pagination parameters. Check the <a href="https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/cursor-pagination">REST API reference</a> for more details.
0 commit comments