diff --git a/pyproject.toml b/pyproject.toml index 553c632..4b3b52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oxidetwitch" -version = "1.2.3" +version = "1.2.4" description = "Client for Twitch API" readme = "README.md" authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }] diff --git a/src/oxidetwitch/api.py b/src/oxidetwitch/api.py index 9ce1ed3..5a5875c 100644 --- a/src/oxidetwitch/api.py +++ b/src/oxidetwitch/api.py @@ -566,7 +566,7 @@ class TwitchAPIClient(OxideHTTP): redemption_id: str | list[str], status: Literal['CANCELED', 'FULFILLED'], ) -> bool: - req = await self.post( + req = await self.patch( '/channel_points/custom_rewards/redemptions', headers=self._auth(access_token), params={