# Update Google Sheets Updates scorecard information on an existing Google sheet. ⚠️ Contact support@moneythumb.com for assistance to configure Google Sheets for your account. Endpoint: POST /googlesheets Version: 1.5 Security: ## Path parameters: - `version` (string, required) The version of the API. Enum: "1.0", "1.1", "1.2", "1.3", "1.4", "1.5" ## Request fields (multipart/form-data): - `appnumber` (string, required) Customer-provided identifier for the application. Example: "ACME Widgets" - `sheetid` (string, required) The unique ID of the Google Sheet to update. ## Response 401 fields (application/json): - `error` (string) Example: "Bad token" ## Response 404 fields (application/json): - `error` (string) Example: "Unable to get appnumber Lambda New Test 2." ## Response 500 fields (application/json): - `error` (string) Example: "Encountered an unknown error. It has been reported. Please contact support@moneythumb.com for any questions." - `requestId` (string) Unique identifier for the request, useful for tracing.