update-video
Updates a YouTube video's title, description, category, tags, privacy, and status flags. Reads the current video first so omitted fields remain unchanged.
Instructions
Update a video's title, description, category, tags, privacy, and related status flags. Full-replace on the snippet/status parts — reads the current video first so omitted fields aren't blanked. Costs 50 quota units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tag list, replaces all tags (unchanged if omitted) | |
| title | No | New title (unchanged if omitted) | |
| license | No | Video licence (unchanged if omitted) | |
| videoId | Yes | Video ID | |
| categoryId | No | New video category ID (unchanged if omitted) | |
| embeddable | No | Whether the video can be embedded (unchanged if omitted) | |
| description | No | New description (unchanged if omitted) | |
| privacyStatus | No | New visibility (unchanged if omitted) | |
| publicStatsViewable | No | Whether public stats are viewable (unchanged if omitted) | |
| selfDeclaredMadeForKids | No | Self-declared made-for-kids flag (unchanged if omitted) |