diff --git a/pyproject.toml b/pyproject.toml index 03abc0a..a891b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "twitchclient" -version = "1.0.6" +version = "1.0.7" description = "Client for Twitch API" readme = "README.md" authors = [ diff --git a/src/twitchclient/api.py b/src/twitchclient/api.py index a494a53..5fd92bc 100644 --- a/src/twitchclient/api.py +++ b/src/twitchclient/api.py @@ -631,8 +631,8 @@ class TwitchAPIClient(AioHTTPXClient): self, access_token: str, broadcaster_id: int, - reward_id: int, - redemption_id: int | list[int], + reward_id: str, + redemption_id: str | list[str], status: Literal['CANCELED', 'FULFILLED'], ): req = await self.post(