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