Skip to content

Commit 97b5e83

Browse files
author
PureCloud Jenkins
committed
224.0.0
1 parent 2a0c7e3 commit 97b5e83

File tree

5,391 files changed

+27557
-8071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,391 files changed

+27557
-8071
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-python/
77

8-
Documentation version PureCloudPlatformClientV2 223.0.0
8+
Documentation version PureCloudPlatformClientV2 224.0.0
99

1010
## Preview APIs
1111

build/.openapi-generator/FILES

Lines changed: 160 additions & 16 deletions
Large diffs are not rendered by default.

build/APIData.json

Lines changed: 458 additions & 67 deletions
Large diffs are not rendered by default.

build/PureCloudPlatformClientV2/__init__.py

Lines changed: 67 additions & 7 deletions
Large diffs are not rendered by default.

build/PureCloudPlatformClientV2/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def __call_api(self, resource_path, method,
393393
header_params['Cookie'] = self.cookie
394394
if header_params:
395395
header_params = self.sanitize_for_serialization(header_params)
396-
header_params['purecloud-sdk'] = '223.0.0'
396+
header_params['purecloud-sdk'] = '224.0.0'
397397

398398
# path parameters
399399
if path_params:

build/PureCloudPlatformClientV2/apis/chat_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ def delete_chats_user_messages_pin(self, user_id: str, pinned_message_id: str, *
411411
"""
412412
Remove a pinned message from a 1on1
413413
414-
delete_chats_user_messages_pin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
415414
416415
This method makes a synchronous HTTP request by default. To make an
417416
asynchronous HTTP request, please define a `callback` function
@@ -1144,7 +1143,6 @@ def get_chats_user(self, user_id: str, **kwargs) -> 'OneOnOne':
11441143
"""
11451144
Get information for a 1on1
11461145
1147-
get_chats_user is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11481146
11491147
This method makes a synchronous HTTP request by default. To make an
11501148
asynchronous HTTP request, please define a `callback` function
@@ -2462,7 +2460,6 @@ def post_chats_user_messages_pins(self, user_id: str, body: 'PinnedMessageReques
24622460
"""
24632461
Add pinned messages for a 1on1, up to a maximum of 5 pinned messages
24642462
2465-
post_chats_user_messages_pins is a preview method and is subject to both breaking and non-breaking changes at any time without notice
24662463
24672464
This method makes a synchronous HTTP request by default. To make an
24682465
asynchronous HTTP request, please define a `callback` function

0 commit comments

Comments
 (0)