---
title: "Update UI customization config for the tenant"
method: POST
path: "/settings/ui/customizations"
tags: ["Settings"]
---

# Update UI customization config for the tenant

`POST /settings/ui/customizations`

## Request body

- TenantUiCustomization
  - `version` 'V1_TENANT_LEVEL', required
  - `customizations` Customization[]
    - `id` string
    - `configType` 'state' | 'form' | 'dgpTable', required
    - `hidden` boolean
    - `required` boolean
    - `defaultValueSetters` DefaultValueDefinition[]
      - `path` string
      - `value` string
    - `columnOrdering` string[]
    - `columnDefaultInvisible` string[]
    - `backend` BackendConfig
      - `id` string
      - `conditions` Condition[]
        - `key` string
        - `checks` string[]
        - `defaultValue` string

## 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)
