playlists_update
Update a YouTube playlist's title, description, or privacy status while preserving existing values for omitted fields. Requires OAuth token.
Instructions
Modify a YouTube playlist (id and title required; overrides snippet). If description or privacyStatus are omitted their current values are preserved. Quota cost: 50 units. Requires OAuth access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | YouTube playlist ID to update. Required. | |
| part | No | Resource properties to override and return. Must include 'snippet'. | snippet,status |
| title | Yes | New playlist title. Required (this method overrides the snippet). | |
| description | No | New description. If omitted the existing description is preserved (the current value is fetched and re-sent). | |
| privacyStatus | No | New playlist privacy status. If omitted the existing value is preserved. Allowed: private, public, unlisted. | |
| onBehalfOfContentOwner | No | Content owner to act on behalf of (YouTube partners only). | |
| onBehalfOfContentOwnerChannel | No | Channel ID to act on behalf of (YouTube partners only). |