Chillymosh

Results 7 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

**Brief description** [Get Broadcaster Subscriptions](https://dev.twitch.tv/docs/api/reference/#get-broadcaster-subscriptions) does not provide `total` or `points` when `user_ids` parameter is provided. The docs do not indicate that these fields are omitted in this use case....

product: docs
ticketed

**Brief description** Get Authorization By User response response body and example snippet is missing the **has_authorized** field which is a boolean. **Expected documentation** ``` { "data": [ { "user_id": "141981764",...

product: docs

**Brief description** https://dev.twitch.tv/docs/api/reference/#get-hype-train-status This shows the response body contains `is_shared_train`, but it is missing from the code example response snippet. **Expected documentation** ```json { "data": [ { "current": { "id":...

product: docs