update_video
Modify YouTube video metadata including title, description, tags, category, and privacy settings. Update specific fields without affecting unchanged data.
Instructions
Update video metadata. Costs 50 quota units. Only provided fields are changed.
Args: video_id: The video ID to update title: New title (or None to keep current) description: New description (or None to keep current) tags: New tags list (or None to keep current) category_id: New category ID (or None to keep current) privacy_status: New privacy — private, unlisted, public (or None to keep current)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| title | No | ||
| description | No | ||
| tags | No | ||
| category_id | No | ||
| privacy_status | No |