Batch update spreadsheet
documentedApplies one or more updates to the spreadsheet.
POST /v4/spreadsheets/{spreadsheetId}:batchUpdateSpreadsheetsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://sheets.googleapis.com/v4/spreadsheets/{{$spreadsheetId}}:batchUpdate" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"requests": {{$requests}}, "includeSpreadsheetInResponse": {{$includeSpreadsheetInResponse}}, "responseRanges": {{$responseRanges}}, "responseIncludeGridData": {{$responseIncludeGridData}} }'