Skip to content

Commit

Permalink
Added support for analytics endpoint urls
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed May 5, 2022
1 parent e882a14 commit 2fc089b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ringcentral/platform/platform.py
Expand Up @@ -21,6 +21,7 @@
KNOWN_PREFIXES = [
URL_PREFIX,
'/rcvideo',
'/analytics',
'/scim'
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.7.12'
VERSION = '0.7.13'

setup(
name='ringcentral',
Expand Down

0 comments on commit 2fc089b

Please sign in to comment.