yes i am trying to modify channel information. For that i need token of OAuth. I have put correct scope for this endpoint which is = “channel:manage:broadcast” but still having same error.
here is the request curl
curl --location --request PATCH ‘https://api.twitch.tv/helix/channels?broadcaster_id=141981764’
–header ‘Authorization: Bearer at8xnvs32ehdhqnrr5un4vvudck4kg’
–header ‘client-id: {{client_id}}’
–header ‘Content-Type: application/json’
–data-raw ‘{
“game_id”: “509670”,
“title”: “there are helicopters in the game? REASON TO PLAY FORTNITE found”,
“broadcaster_language”: “en”
}’