Skip to content

Commit 9c58a00

Browse files
yoshi-automationsofisl
authored andcommitted
fix(looker): update the API
#### looker:v1 The following keys were changed: - schemas.Instance.description
1 parent b67b72a commit 9c58a00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/looker-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
}
732732
}
733733
},
734-
"revision": "20240411",
734+
"revision": "20240522",
735735
"rootUrl": "https://looker.googleapis.com/",
736736
"schemas": {
737737
"AdminSettings": {
@@ -1059,7 +1059,7 @@
10591059
"type": "object"
10601060
},
10611061
"Instance": {
1062-
"description": "A Looker instance. LINT.IfChange",
1062+
"description": "A Looker instance.",
10631063
"id": "Instance",
10641064
"properties": {
10651065
"adminSettings": {

src/apis/looker/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export namespace looker_v1 {
347347
gcsUri?: string | null;
348348
}
349349
/**
350-
* A Looker instance. LINT.IfChange
350+
* A Looker instance.
351351
*/
352352
export interface Schema$Instance {
353353
/**

0 commit comments

Comments
 (0)