update_playlist
Modify YouTube playlist details including title, description, and privacy settings to keep content organized and accessible.
Instructions
Update playlist metadata. Costs 50 quota units.
Args: playlist_id: The playlist ID title: New title (or None to keep current) description: New description (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 |
|---|---|---|---|
| playlist_id | Yes | ||
| title | No | ||
| description | No | ||
| privacy_status | No |