Chillymosh
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...
**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...
### 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...
**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...
**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....
**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",...
**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":...