Skip to content

Commit 27b8141

Browse files
fix(chromemanagement): update the API
#### chromemanagement:v1 The following keys were changed: - resources.customers.resources.reports.methods.findInstalledAppDevices.parameters.appType.description
1 parent 7c95fdb commit 27b8141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/chromemanagement-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
"type": "string"
902902
},
903903
"appType": {
904-
"description": "Type of the app.",
904+
"description": "Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.",
905905
"enum": [
906906
"APP_TYPE_UNSPECIFIED",
907907
"EXTENSION",
@@ -1280,7 +1280,7 @@
12801280
}
12811281
}
12821282
},
1283-
"revision": "20250313",
1283+
"revision": "20250417",
12841284
"rootUrl": "https://chromemanagement.googleapis.com/",
12851285
"schemas": {
12861286
"GoogleChromeManagementV1AndroidAppInfo": {

‎src/apis/chromemanagement/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5030,7 +5030,7 @@ export namespace chromemanagement_v1 {
50305030
*/
50315031
appId?: string;
50325032
/**
5033-
* Type of the app.
5033+
* Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.
50345034
*/
50355035
appType?: string;
50365036
/**

0 commit comments

Comments
 (0)