---
title: "Update User Banner"
method: PATCH
path: "/update/user_banner"
tags: ["UI Settings"]
---

# Update User Banner

`PATCH /update/user_banner`

Publish, edit, or unpublish the dashboard banner.
Only proxy admins are allowed to modify it.

## Request body

- UserBannerUpdate
  - `enabled` boolean — If true, the banner is shown to all authenticated dashboard users.
  - `message` string — Banner text shown to dashboard users. Markdown is supported.
  - `severity` 'info' | 'warning' | 'error' — Visual style of the banner.

## Response `200`

Successful Response

- UpdateUserBannerResponse
  - `message` string, required
  - `banner` UserBanner, required
    - `enabled` boolean — If true, the banner is shown to all authenticated dashboard users.
    - `message` string — Banner text shown to dashboard users. Markdown is supported.
    - `severity` 'info' | 'warning' | 'error' — Visual style of the banner.
    - `revision` string — Server-stamped opaque publish identity; a fresh value is generated on every update so clients re-surface dismissed banners on republish.

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/update/user_banner/patch.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
