---
title: "Update tenant settings"
method: PUT
path: "/settings"
tags: ["Settings"]
---

# Update tenant settings

`PUT /settings`

Updates settings for your tenant.

## Request body

- TenantSettingJson
  - `defaultTimeZone` string
  - `supportedCurrencies` string[]
  - `percentDerivedFrom` 'LIST_AMOUNT' | 'SELL_AMOUNT'
  - `tenantSettingSeal` 'ON' | 'OFF'
  - `orderExpiryDurationInDays` string
  - `signingOrder` 'ACCOUNT_FIRST' | 'TENANT_FIRST' | 'ACCOUNT_ONLY'
  - `globalBccEmail` string
  - `isUpdateOrderStartDateEnabled` boolean
  - `autoReplacePlans` boolean
  - `isDocxAdminOnly` boolean
  - `isDocxPasswordProtected` boolean

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
