Hmmm sounds like your request is not put-ing properly.
If you are using CURL please use the right flags:
-H 'Accept: application/vnd.twitchtv.v5+json' \
-H 'Authorization: OAuth cfabdegwdoklmawdzdo98xt2fo512y' \
-H 'Content-Type: application/json' \
-d '{"channel": {"status": "The Finalest of Fantasies", "game": "Final Fantasy XV", "channel_feed_enabled": true}}' \
-X PUT 'https://api.twitch.tv/kraken/channels/44322889'```
https://dev.twitch.tv/docs/v5/reference/channels/#update-channel
I think your request is performing `GET` instead of a `PUT` request here
well, it worked few years until yesterday
and devs said in many places to use this parameter with jsonp requests
and there was no announcement that this method is deprecated, maybe i missed it