update_video
Update existing YouTube video metadata like title, description, tags, category, and privacy status. Reads current video details first and merges changes so unspecified fields remain unchanged.
Instructions
Change the metadata on an existing video. Only the fields you pass change.
Quota cost: ~51 units (1 to read the current state, 50 to write).
The underlying API replaces the whole snippet on write, so this reads the
video first and merges - passing only title will not blank the
description the way a raw API call would.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| video_id | Yes | ||
| category_id | No | ||
| description | No | ||
| privacy_status | No |