docs/WebChatApi.md in purecloudplatformclientv2-34.0.0 vs docs/WebChatApi.md in purecloudplatformclientv2-35.0.0
- old
+ new
@@ -20,17 +20,23 @@
<a name="delete_webchat_deployment"></a>
## - delete_webchat_deployment(deployment_id)
+
+
Delete a WebChat deployment
Wraps DELETE /api/v2/webchat/deployments/{deploymentId}
+Requires ANY permissions:
+* webchat:deployment:delete
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -78,17 +84,23 @@
<a name="delete_webchat_settings"></a>
## - delete_webchat_settings
+
+
Remove WebChat deployment settings
Wraps DELETE /api/v2/webchat/settings
+Requires ANY permissions:
+* webchat:deployment:delete
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -130,17 +142,23 @@
<a name="get_webchat_deployment"></a>
## -[**WebChatDeployment**](WebChatDeployment.html) get_webchat_deployment(deployment_id)
+
+
Get a WebChat deployment
Wraps GET /api/v2/webchat/deployments/{deploymentId}
+Requires ANY permissions:
+* webchat:deployment:read
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -189,17 +207,23 @@
<a name="get_webchat_deployments"></a>
## -[**WebChatDeploymentEntityListing**](WebChatDeploymentEntityListing.html) get_webchat_deployments
+
+
List WebChat deployments
Wraps GET /api/v2/webchat/deployments
+Requires ANY permissions:
+* webchat:deployment:read
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -242,17 +266,23 @@
<a name="get_webchat_settings"></a>
## -[**WebChatSettings**](WebChatSettings.html) get_webchat_settings
+
+
Get WebChat deployment settings
Wraps GET /api/v2/webchat/settings
+Requires ANY permissions:
+* webchat:deployment:read
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -295,17 +325,23 @@
<a name="post_webchat_deployments"></a>
## -[**WebChatDeployment**](WebChatDeployment.html) post_webchat_deployments(body)
+
+
Create WebChat deployment
Wraps POST /api/v2/webchat/deployments
+Requires ANY permissions:
+* webchat:deployment:create
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -354,17 +390,23 @@
<a name="put_webchat_deployment"></a>
## -[**WebChatDeployment**](WebChatDeployment.html) put_webchat_deployment(deployment_id, body)
+
+
Update a WebChat deployment
Wraps PUT /api/v2/webchat/deployments/{deploymentId}
+Requires ANY permissions:
+* webchat:deployment:update
+
+
### Example
~~~ruby
# load the gem
require 'purecloudplatformclientv2'
# setup authorization
@@ -416,14 +458,20 @@
<a name="put_webchat_settings"></a>
## -[**WebChatSettings**](WebChatSettings.html) put_webchat_settings(body)
+
+
Update WebChat deployment settings
Wraps PUT /api/v2/webchat/settings
+
+Requires ANY permissions:
+
+* webchat:deployment:update
### Example
~~~ruby
# load the gem