---
title: "Update audio media"
method: PATCH
path: "/medias/audio/{id}"
tags: ["Media"]
---

# Update audio media

`PATCH /medias/audio/{id}`

## Path parameters

- `id` string, required

## Headers

- `channel` string, required
- `organization` string, required

## Request body

- UpdateMediaAudioInput
  - `filename` string, nullable, required — File name
  - `upload` string, nullable, required — Upload ID
  - `status` string, nullable, required — The current status of the media content. Enum
  - `baseUrl` string, nullable, required — Base URL
  - `duration` number, nullable, required — Duration of audio content
  - `mp3Path` string, nullable, required — The URL of the audio file

## Response `200`

Media updated.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
