Skip to content

Commit 5229cf3

Browse files
feat(api): api update
1 parent 9bf167a commit 5229cf3

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/grid%2Fspreadsheet-api-b337c0f981b3b48777c64c32edd73eb2b7bd513a38e077d7b342b7b372bc271d.yml
3-
openapi_spec_hash: 1a4275d62efcaaa62594d2bb734cf4eb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/grid%2Fspreadsheet-api-2f55490ab23d3499ff2979b49ce0e0619e1ee32d0db18a37ac5ef5642f3065ff.yml
3+
openapi_spec_hash: 94d78d19e389033e648b5940e3667f56
44
config_hash: d3f4645d9a93970cbead53b83c49a2c4

src/resources/workbooks.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,9 @@ export interface WorkbookCalcParams {
445445
/**
446446
* Map of cell references to values. The values are written to cells in the
447447
* spreadsheet before performing the read operation. You can write numbers,
448-
* strings, and booleans. Any updated values are discarded at the end of the
449-
* request.
448+
* strings, and booleans. Values applied within a request are temporary and affect
449+
* only that specific request. They are not permanently written to the original
450+
* spreadsheet.
450451
*
451452
* ```json
452453
* {
@@ -969,8 +970,9 @@ export interface WorkbookValuesParams {
969970
/**
970971
* Map of cell references to values. The values are written to cells in the
971972
* spreadsheet before performing the read operation. You can write numbers,
972-
* strings, and booleans. Any updated values are discarded at the end of the
973-
* request.
973+
* strings, and booleans. Values applied within a request are temporary and affect
974+
* only that specific request. They are not permanently written to the original
975+
* spreadsheet.
974976
*
975977
* ```json
976978
* {

0 commit comments

Comments
 (0)