---
title: "Update Sidebar Config"
method: PUT
path: "/admin/settings/sidebar"
tags: ["admin"]
---

# Update Sidebar Config

`PUT /admin/settings/sidebar`

Update sidebar configuration.

Expects a JSON object with 'items' containing sidebar item configurations.
Each item should have 'enabled' (boolean) and 'roles' (array of role strings).
Use '*' in roles to allow all users.

Requires EDIT_SETTINGS permission.

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
