---
title: "Save the application settings"
method: PUT
path: "/api/settings"
tags: ["settings"]
---

# Save the application settings

`PUT /api/settings`

Save the application settings. Right now there's only one setting to be saved (`media_path`). The current authenticated user must be an admin.

## Request body

- object
  - `media_path` string, required — Absolute path to the media folder

## Response `204`

No Content

## Changes

- **2022-04-21** `f18b09c04c2f` — 1 info
  - endpoint added
- **2021-01-31** `b41246f2c913` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/koel/apis/koel-api/changes/api/settings/put.md)

---

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