youtube
youtube_update_playlist
Update a playlist title, description, or privacy status. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
Remote node2flow/youtube
Other tools also called youtube_update_playlist?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "New playlist title"
},
"description": {
"type": "string",
"description": "New playlist description"
},
"playlist_id": {
"type": "string",
"description": "Playlist ID to update"
},
"privacy_status": {
"type": "string",
"description": "New privacy: \"public\", \"unlisted\", \"private\""
}
}
}