---
title: "Update Spreadsheet Settings"
method: POST
path: "/user/settings/spreadsheets/update"
tags: ["User"]
---

# Update Spreadsheet Settings

`POST /user/settings/spreadsheets/update`

This endpoint can be used to update whether or not to show the Excel 'Undo' warning,
        when the user toggles that they would not like to be warned again.

## Headers

- `X-Company-ID` string, required

## Request body

- UserSpreadsheetUpdateRequest
  - `show_excel_warning` boolean, required

## Response `200`

- MessageResponse
  - `message` string, required

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
