---
title: "Edit YouTube video metadata"
method: PATCH
path: "/api/v1/misc/youtube/video"
tags: ["misc"]
---

# Edit YouTube video metadata

`PATCH /api/v1/misc/youtube/video`

Update the title, description, tags, category, or privacy status of a published YouTube video.

## Request body

- object
  - `teamId` string, required
  - `postId` string, required — Post ID for reference
  - `title` string — The updated video title
  - `description` string — The updated video description
  - `tags` string[] — The updated tags
  - `categoryId` string — The updated category ID
  - `privacyStatus` 'public' | 'unlisted' | 'private' — The updated privacy status
  - `defaultLanguage` string — BCP-47 language code for the video's title and description, e.g. "en" or "pl".
  - `defaultAudioLanguage` string — BCP-47 language code for the video's default audio track, e.g. "en" or "pl".

## Response `200`

200

- object
  - `success` boolean, required
  - `permalink` string, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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