Skip to content

Commit 67f8e98

Browse files
fix(sheets): update the API
#### sheets:v4 The following keys were changed: - schemas.InsertRangeRequest.properties.range.description
1 parent c4dc7f9 commit 67f8e98

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": "20250106",
873+
"revision": "20250211",
874874
"rootUrl": "https://sheets.googleapis.com/",
875875
"schemas": {
876876
"AddBandingRequest": {
@@ -4970,7 +4970,7 @@
49704970
"properties": {
49714971
"range": {
49724972
"$ref": "GridRange",
4973-
"description": "The range to insert new cells into."
4973+
"description": "The range to insert new cells into. The range is constrained to the current sheet boundaries."
49744974
},
49754975
"shiftDimension": {
49764976
"description": "The dimension which will be shifted when inserting cells. If ROWS, existing cells will be shifted down. If COLUMNS, existing cells will be shifted right.",

src/apis/sheets/v4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ export namespace sheets_v4 {
27932793
*/
27942794
export interface Schema$InsertRangeRequest {
27952795
/**
2796-
* The range to insert new cells into.
2796+
* The range to insert new cells into. The range is constrained to the current sheet boundaries.
27972797
*/
27982798
range?: Schema$GridRange;
27992799
/**

0 commit comments

Comments
 (0)