Youtube Data API v3 – Update “notifySubscribers” property of video
I’m currently automating scheduling for publication videos in draft mode using Youtube Data API v3. I do not want to notify subscribers when the video is published, so I want to disable “Publish to subscriptions feed and notify subscribers”. When using videos.insert
, it can be set using notifySubscribers
in the options.