---
title: "Update Animation Config"
method: PATCH
path: "/cabinet/branding/animation-config"
tags: ["Branding"]
---

# Update Animation Config

`PATCH /cabinet/branding/animation-config`

Update animation config (partial update). Admin only.

## Request body

- AnimationConfigUpdate — Request to update animation config (partial update).
  - `enabled` boolean, nullable
  - `type` 'aurora' | 'sparkles' | 'vortex' | 'shooting-stars' | 'background-beams' | 'background-beams-collision' | 'gradient-animation' | 'wavy' | 'background-lines' | 'boxes' | 'meteors' | 'grid' | 'dots' | 'spotlight' | 'ripple' | 'none', nullable
  - `settings` object, nullable
  - `opacity` number, nullable
  - `blur` number, nullable
  - `reducedOnMobile` boolean, nullable

## Response `200`

Successful Response

- AnimationConfigResponse — Full animation config.
  - `enabled` boolean
  - `type` string
  - `settings` object
  - `opacity` number
  - `blur` number
  - `reducedOnMobile` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
