---
title: "Rename Video"
method: PATCH
path: "/v2/videos/{video_id}/name"
tags: ["Videos"]
---

# Rename Video

`PATCH /v2/videos/{video_id}/name`

This endpoint renames a single video by its unique identifier.

## Request body

- object
  - `video_name` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — UNAUTHORIZED

---

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