---
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

---

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