Modify Channel Details
Learn to update the information of a channel using the Twitch API.
We might end up in situations where we have to update the information displayed on our channel page. The Twitch API allows us to do so using the channels endpoint through a simple PATCH request.
All PATCH requests to update a channel's information need to be authorized with a user access token that has the channel:manage:broadcast
scope.