---
title: "Select look and feel settings"
method: PUT
path: "/wiki/rest/api/settings/lookandfeel"
tags: ["Settings"]
---

# Select look and feel settings

`PUT /wiki/rest/api/settings/lookandfeel`

Sets the look and feel settings to the default (global) settings, the
custom settings, or the current theme's settings for a space.
The custom and theme settings can only be selected if there is already
a theme set for a space. Note, the default space settings are inherited
from the current global settings.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
'Admin' permission for the space.

## Request body

- LookAndFeelSelection — Look and feel selection
  - `spaceKey` string, required — The key of the space for which the look and feel settings will be set.
  - `lookAndFeelType` 'global' | 'custom' | 'theme', required

## Response `200`

Returned if the look and feel settings were set.

- LookAndFeelSelection — Look and feel selection
  - `spaceKey` string, required — The key of the space for which the look and feel settings will be set.
  - `lookAndFeelType` 'global' | 'custom' | 'theme', required

## Other responses

- `400` — Returned if; - `spaceKey` is invalid. - `lookAndFeelType` is invalid.
- `403` — Returned if the calling user doesn't have permission to edit the look and feel settings.
- `404` — Returned if there is no space with the given `spaceKey`.
- `409` — Returned if `lookAndFeelType` is set to 'custom' or 'theme', and a theme is not currently set for the space.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
