Chillymosh

Results 4 issues of Chillymosh

**Brief description** Using the modify channel information endpoint `PATCH https://api.twitch.tv/helix/channels` and passing an empty array for tags does not remove all the tags, it returns error 400. ``` {"error":"Bad Request","status":400,"message":"The...

product: api
ticketed

**Brief description** Several of the new beta guest endpoint examples are using `curl -x` instead of `curl -X` This denotes a proxy rather than HTTP method. They are also using...

product: docs

### Discussed in https://github.com/PythonistaGuild/TwitchIO/discussions/449 Originally posted by **DennisMinn** May 13, 2024 I want to pass multiple arguments enclosed in either ' or ", but on the first argument is properly...

bug
2.0
EXT: commands
Addressed in next release

**Brief description** https://dev.twitch.tv/docs/api/reference/#get-user-block-list Only a minor detail but this endpoint is a paginated endpoint, which correctly shows the Query Parameters of `first` and `after`. But the Example Response does not...

product: docs