---
title: "Update Business Styling"
method: PUT
path: "/businesses/{business_id}/settings/styling"
tags: ["Businesses"]
---

# Update Business Styling

`PUT /businesses/{business_id}/settings/styling`

## Path parameters

- `business_id` string, required

## Request body

- Styling
  - `logoUrl` string
  - `faviconUrl` string
  - `primaryColor` string — Hex code for primary colour on invoices. Defaults to #000000
  - `secondaryColor` string — Hex code for primary colour on invoices. Defaults to #FFFFFF
  - `metadata` object

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/slickco/apis/slick-api.md) · [All operations](https://skmtc.net/slickco/apis/slick-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slickco/slick-api/revisions/90641b73f35e/schema)
