---
title: "Update brand information"
method: POST
path: "/brand"
tags: ["Administration"]
---

# Update brand information

`POST /brand`

Update brand information.

## Request body

- object
  - `theme` 'BLUE' | 'DARK' | 'GREEN' | 'LIGHT_BLUE' | 'PURPLE' — The color scheme: Can be either: - `BLUE`: Blue - `DARK`: Dark - `GREEN`: Green - `LIGHT_BLUE`: Light Blue - `PURPLE`: Purple
  - `logo` string — The unique ID of the resource.
  - `favicon` string — The unique ID of the resource.
  - `title` string — The title text. This text will be displayed as the title.
  - `copyright` string — The copyright text. This text will be displayed as the copyright.
  - `product` string — The product name text. This text will be displayed as the product name.
  - `website` string — The website text. This text will be displayed as the product website.
  - `forum` string — The forum url. This text will be displayed as the forum url.
  - `bottom_text` string — The bottom text, maximum size is 256 characters. This text will be displayed at the bottom of the login page. It can be either plain text or HTML code.

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
