diff --git a/twitch/twitch.go b/twitch/twitch.go index 2c21fcd..ccf4187 100644 --- a/twitch/twitch.go +++ b/twitch/twitch.go @@ -512,7 +512,7 @@ func (c *Client) ModifyChannelInformation(ctx context.Context, broadcasterName s Body: body, Context: ctx, Method: http.MethodPatch, - OKStatus: http.StatusOK, + OKStatus: http.StatusNoContent, URL: fmt.Sprintf("https://api.twitch.tv/helix/channels?broadcaster_id=%s", broadcaster), }), "executing request",