---
title: "Update Branding Config"
method: PUT
path: "/settings/branding"
tags: ["Branding", "branding"]
---

# Update Branding Config

`PUT /settings/branding`

Update branding configuration for the current customer.

## Request body

- UpdateBrandingConfigRequest — Request schema for updating branding settings.
  - `accent_color` string, nullable
  - `secondary_color` string, nullable
  - `logo_url` string, nullable
  - `info_page_title` string, nullable
  - `info_request_subtitle` string, nullable
  - `info_request_email_label` string, nullable
  - `info_request_email_placeholder` string, nullable
  - `info_request_sms_welcome_template` string, nullable
  - `info_request_sms_welcome_template_no_first_name` string, nullable
  - `info_request_sms_link_template` string, nullable
  - `info_request_sms_from_number` string, nullable
  - `info_request_send_during_test_calls` boolean, nullable

## Response `200`

Successful Response

- BrandingConfigResponse — Response schema for branding settings.
  - `customer_id` string, uuid, required
  - `accent_color` string
  - `secondary_color` string, nullable
  - `logo_url` string, nullable
  - `info_page_title` string
  - `info_request_subtitle` string, nullable
  - `info_request_email_label` string, nullable
  - `info_request_email_placeholder` string, nullable
  - `info_request_sms_welcome_template` string, nullable
  - `info_request_sms_welcome_template_no_first_name` string, nullable
  - `info_request_sms_link_template` string, nullable
  - `info_request_sms_from_number` string, nullable
  - `info_request_send_during_test_calls` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
