docs/InboundRoute.md in purecloudplatformclientv2-61.0.0 vs docs/InboundRoute.md in purecloudplatformclientv2-62.0.0
- old
+ new
@@ -8,19 +8,19 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
| **pattern** | **String** | The search pattern that the mailbox name should match. | |
-| **queue** | [**UriReference**](UriReference.html) | The queue to route the emails to. | [optional] |
+| **queue** | [**DomainEntityRef**](DomainEntityRef.html) | The queue to route the emails to. | [optional] |
| **priority** | **Integer** | The priority to use for routing. | [optional] |
-| **skills** | [**Array<UriReference>**](UriReference.html) | The skills to use for routing. | [optional] |
-| **language** | [**UriReference**](UriReference.html) | The language to use for routing. | [optional] |
+| **skills** | [**Array<DomainEntityRef>**](DomainEntityRef.html) | The skills to use for routing. | [optional] |
+| **language** | [**DomainEntityRef**](DomainEntityRef.html) | The language to use for routing. | [optional] |
| **from_name** | **String** | The sender name to use for outgoing replies. | |
| **from_email** | **String** | The sender email to use for outgoing replies. | |
-| **flow** | [**UriReference**](UriReference.html) | The flow to use for processing the email. | [optional] |
+| **flow** | [**DomainEntityRef**](DomainEntityRef.html) | The flow to use for processing the email. | [optional] |
| **reply_email_address** | [**QueueEmailAddress**](QueueEmailAddress.html) | The route to use for email replies. | [optional] |
| **auto_bcc** | [**Array<EmailAddress>**](EmailAddress.html) | The recipients that should be automatically blind copied on outbound emails associated with this InboundRoute. | [optional] |
-| **spam_flow** | [**UriReference**](UriReference.html) | The flow to use for processing inbound emails that have been marked as spam. | [optional] |
+| **spam_flow** | [**DomainEntityRef**](DomainEntityRef.html) | The flow to use for processing inbound emails that have been marked as spam. | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}