Update channel status return 404 error

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