Skip to content

Commit 2c4f5c4

Browse files
yoshi-automationsofisl
authored andcommitted
fix(sheets): update the API
#### sheets:v4 The following keys were changed: - schemas.SpreadsheetProperties.properties.importFunctionsExternalUrlAccessAllowed.description
1 parent 770e82d commit 2c4f5c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/sheets-v4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
}
871871
}
872872
},
873-
"revision": "20240730",
873+
"revision": "20240826",
874874
"rootUrl": "https://sheets.googleapis.com/",
875875
"schemas": {
876876
"AddBandingRequest": {
@@ -6957,7 +6957,7 @@
69576957
"description": "The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only."
69586958
},
69596959
"importFunctionsExternalUrlAccessAllowed": {
6960-
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.",
6960+
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.",
69616961
"type": "boolean"
69626962
},
69636963
"iterativeCalculationSettings": {

‎src/apis/sheets/v4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@ export namespace sheets_v4 {
42034203
*/
42044204
defaultFormat?: Schema$CellFormat;
42054205
/**
4206-
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.
4206+
* Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true. This value will be bypassed and always return true if the admin has enabled the allowlisting feature.
42074207
*/
42084208
importFunctionsExternalUrlAccessAllowed?: boolean | null;
42094209
/**

0 commit comments

Comments
 (0)