powered by
Changes a playlist title without deleting the existing description or default language. YouTube replaces every mutable property in the `snippet` part during an update, so this function retrieves and preserves the other snippet properties first.
change_playlist_title( playlist_id, new_title, on_behalf_of_content_owner = NULL, ... )
The updated playlist resource.
YouTube playlist ID.
New playlist title.
Optional YouTube content-owner ID. This is only available to authorized YouTube content partners.
Additional arguments passed to [list_playlists()] and [tuber_PUT()].
<https://developers.google.com/youtube/v3/docs/playlists/update>
if (FALSE) { change_playlist_title("PLAYLIST_ID", "New Playlist Title") }
Run the code above in your browser using DataLab