From 44dcf39f4291d5349b97b5fbd46685053b66c490 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 28 Jul 2025 01:13:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20API=20=D0=BF=D1=83=D1=82=D1=8C=20/subscriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/enums/api_path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maxapi/enums/api_path.py b/maxapi/enums/api_path.py index 742e858..2c31396 100644 --- a/maxapi/enums/api_path.py +++ b/maxapi/enums/api_path.py @@ -19,4 +19,5 @@ class ApiPath(str, Enum): PIN = '/pin' MEMBERS = '/members' ADMINS = '/admins' - UPLOADS = '/uploads' \ No newline at end of file + UPLOADS = '/uploads' + SUBSCRIPTIONS = '/subscriptions' \ No newline at end of file