---
title: "PATCH /api/organizations/{organization_pk}/theme/"
method: PATCH
path: "/api/organizations/{organization_pk}/theme/"
tags: ["organizations"]
---

# PATCH /api/organizations/{organization_pk}/theme/

`PATCH /api/organizations/{organization_pk}/theme/`

Update selected fields of the team's branding theme.

## Path parameters

- `organization_pk` string, required

## Request body

- OrganizationTheme
  - `show_sidebar_logo` boolean
  - `logo` string, uri, nullable — The image URL of a custom logo. Image format must be SVG or PNG.
  - `toolbar_icon` string, uri, nullable — The image URL of the icon displayed in the browser toolbar. Image format must be PNG.
  - `fab_logo` string, uri, nullable — The image URL of the icon displayed in the floating action button (FAB) in the browser extension. Image format must be SVG or PNG.
  - `whitelabel_theme_name` string, required — The name of the theme to use for white-labeling.

## Response `200`

---

[API](https://skmtc.dev/pixiebrix/apis/pixiebrix-api.md) · [All operations](https://skmtc.dev/pixiebrix/apis/pixiebrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixiebrix/pixiebrix-api/revisions/941ab9eb01d6/schema)
