From cddbe4c08f10cb0e549816f6ebe4bed94273ef9e Mon Sep 17 00:00:00 2001 From: Miwory Date: Thu, 19 Mar 2026 20:17:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20update=5Fredemption?= =?UTF-8?q?=5Fstatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/oxidetwitch/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={