---
title: "Rename a recording"
method: PATCH
path: "/api/recordings/{old_name}/{new_name}"
tags: ["recordings"]
---

# Rename a recording

`PATCH /api/recordings/{old_name}/{new_name}`

## Path parameters

- `old_name` string, required
- `new_name` string, required

## Response `200`

Successful Response

- RecordingInfo[]
  - `path` string, required
  - `name` string, required
  - `format` string, required
  - `duration` string, required
  - `size` string, required
  - `created` string, required

## Other responses

- `422` — Validation Error

---

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