File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : d3f4645d9a93970cbead53b83c49a2c4
Original file line number Diff line number Diff 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 * {
You can’t perform that action at this time.
0 commit comments