Skip to content

Commit b257e38

Browse files
chore(chromemanagement): update the api
1 parent 32470af commit b257e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/chromemanagement_v1.customers.telemetry.devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3>Method Details</h3>
9696
Args:
9797
parent: string, Required. Customer id or &quot;my_customer&quot; to use the customer associated to the account making the request. (required)
9898
filter: string, Optional. Only include resources that match the filter. Supported filter fields: - org_unit_id - serial_number
99-
pageSize: integer, Maximum number of results to return. Maximum and default are 100.
99+
pageSize: integer, Maximum number of results to return. Default value is 100. Maximum value is 200.
100100
pageToken: string, Token to specify next page in the list.
101101
readMask: string, Required. Read mask to specify which fields to return.
102102
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/chromemanagement.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"type": "string"
450450
},
451451
"pageSize": {
452-
"description": "Maximum number of results to return. Maximum and default are 100.",
452+
"description": "Maximum number of results to return. Default value is 100. Maximum value is 200.",
453453
"format": "int32",
454454
"location": "query",
455455
"type": "integer"
@@ -488,7 +488,7 @@
488488
}
489489
}
490490
},
491-
"revision": "20220201",
491+
"revision": "20220215",
492492
"rootUrl": "https://chromemanagement.googleapis.com/",
493493
"schemas": {
494494
"GoogleChromeManagementV1AndroidAppInfo": {

0 commit comments

Comments
 (0)