---
title: "Edit a video"
method: PATCH
path: "/videos/{video_id}"
tags: ["Videos\\Essentials"]
---

# Edit a video

`PATCH /videos/{video_id}`

This method edits the specified video.

## Path parameters

- `video_id` number, required

## Response `200`

The video was edited.

## Other responses

- `400` — A parameter is invalid.
- `403` — * The authenticated user doesn't own the video. * The **privacy** field is `disable`, and the authenticated user can't set extra embed options. * The **privacy** field is `contacts`, and the authenticated user can't follow creators. * The authenticated user has an opted-out Pro account, and **privacy.view** is `users`, `password`, `nobody`, or `public`.

---

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