Skip to content

Commit 3c5f18d

Browse files
yoshi-automationquirogas
authored andcommitted
fix(admin): update the API
#### admin:directory_v1 The following keys were changed: - schemas.ChromeOsDevice.properties.bluetoothAdapterInfo.description #### admin:reports_v1 The following keys were changed: - auth.oauth2.scopes.https://www.googleapis.com/auth/admin.reports.audit.readonly.description - auth.oauth2.scopes.https://www.googleapis.com/auth/admin.reports.usage.readonly.description
1 parent 7b16309 commit 3c5f18d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

discovery/admin-directory_v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20251021",
4674+
"revision": "20251107",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5459,7 +5459,7 @@
54595459
"type": "array"
54605460
},
54615461
"bluetoothAdapterInfo": {
5462-
"description": "Output only. Information about bluetooth adapters of the device.",
5462+
"description": "Output only. Information about Bluetooth adapters of the device.",
54635463
"items": {
54645464
"$ref": "BluetoothAdapterInfo"
54655465
},

discovery/admin-reports_v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/admin.reports.audit.readonly": {
6-
"description": "View audit reports for your G Suite domain"
6+
"description": "View audit reports for your Google Workspace domain"
77
},
88
"https://www.googleapis.com/auth/admin.reports.usage.readonly": {
9-
"description": "View usage reports for your G Suite domain"
9+
"description": "View usage reports for your Google Workspace domain"
1010
}
1111
}
1212
}
@@ -635,7 +635,7 @@
635635
}
636636
}
637637
},
638-
"revision": "20250818",
638+
"revision": "20251107",
639639
"rootUrl": "https://admin.googleapis.com/",
640640
"schemas": {
641641
"Activities": {

src/apis/admin/directory_v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export namespace admin_directory_v1 {
684684
*/
685685
backlightInfo?: Schema$BacklightInfo[];
686686
/**
687-
* Output only. Information about bluetooth adapters of the device.
687+
* Output only. Information about Bluetooth adapters of the device.
688688
*/
689689
bluetoothAdapterInfo?: Schema$BluetoothAdapterInfo[];
690690
/**

0 commit comments

Comments
 (0)