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
#### content:v2.1
The following keys were changed:
- resources.products.methods.list.parameters.maxResults.description
- resources.productstatuses.methods.list.parameters.maxResults.description
Copy file name to clipboardExpand all lines: discovery/content-v2.1.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -4510,7 +4510,7 @@
4510
4510
],
4511
4511
"parameters": {
4512
4512
"maxResults": {
4513
-
"description": "The maximum number of products to return in the response, used for paging.",
4513
+
"description": "The maximum number of products to return in the response, used for paging. The default value is 25. The maximum value is 250.",
4514
4514
"format": "uint32",
4515
4515
"location": "query",
4516
4516
"type": "integer"
@@ -4653,7 +4653,7 @@
4653
4653
"type": "string"
4654
4654
},
4655
4655
"maxResults": {
4656
-
"description": "The maximum number of product statuses to return in the response, used for paging.",
4656
+
"description": "The maximum number of product statuses to return in the response, used for paging. The default value is 25. The maximum value is 250.",
0 commit comments