---
title: "Save app settings."
method: PATCH
path: "/api/v1/settings"
tags: ["Settings"]
---

# Save app settings.

`PATCH /api/v1/settings`

When saving app settings, set the `app` for which this update applies. Explicitly set the app to `null` to apply the update to all apps.<br /><hr /><h3>🛡️ Requires Capabilities: None</h3>

## Request body

- UpsertSettings
  - `app` 'admin' | 'music' | 'photos' | 'cinema'
  - `settings` object, required

## Response `200`

- UpsertSettingsResponse
  - `updated` object

## Other responses

- `401` — Possible reasons: The authorization token is invalid.

---

[API](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.dev/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/f3bcabc0f0c0/schema)
