As a YouTube Creator, in YouTube Studio under Settings -> Community there's a "Blocked Words" list which I can manage. The words that I block change daily, and I do this manually at the moment (this is related to blocking spoilers for games where the answer changes daily). Ideally, I would like to automatically update this list with a cron job, but I can't find if that is possible via any YouTube APIs.
So far, I've looked at the YouTube Data API reference and I think I've looked at every item but couldn't locate it, unless it's under some different name. The Channels: update endpoint seemed the most promising but I couldn't find it there.
Is it possible to update the Blocked Words list via a YouTube API? If it's not available through an API, is there any alternative solution that might work?