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

# Edit a video comment

`PATCH /videos/{video_id}/comments/{comment_id}`

This method edits the specified comment on a video.

## Path parameters

- `comment_id` number, required
- `video_id` number, required

## Response `200`

The comment was edited.

## Other responses

- `400` — Error code 2207: The comment text is missing.
- `403` — * Error code 3301: The comment was flagged as spam. * Error code 3411: The authenticated user is unverified. * Error code 3412: The authenticated user can't post comments. * Error code 3414: The authenticated user didn't write the comment and can't edit it.

---

[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/revisions/ea882e0224a4/schema)
