Update game and status of a channel

Is wrong it should be

{
    "channel": {
        "status": "Channel Status",
        "game": "Game Name"
      }
}

As per the example:

curl -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/v5/channels/44322889'
1 Like