---
title: "Update company theme"
method: PUT
path: "/v2/company/theme"
tags: ["Company"]
---

# Update company theme

`PUT /v2/company/theme`

Update theme of a company.

## Request body

- object
  - `light` object — Company light theme.
    - `primary_color` string — Primary color.
    - `accent_color` string — Accent color.
  - `dark` object — Company dark theme.
    - `primary_color` string — Primary color.
    - `accent_color` string — Accent color.

## Response `200`

- object
  - `light` object — Company light theme.
    - `primary_color` string — Primary color.
    - `accent_color` string — Accent color.
    - `logo_url` string — Light theme company logo.
  - `dark` object — Company dark theme.
    - `primary_color` string — Primary color.
    - `accent_color` string — Accent color.
    - `logo_url` string — Dark theme company logo.

## Other responses

- `401` — Unauthorized
- `404` — Company not found
- `422` — Unprocessable Content
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
