docs/MessagingIntegration.md in purecloudplatformclientv2-61.0.0 vs docs/MessagingIntegration.md in purecloudplatformclientv2-62.0.0

- old
+ new

@@ -9,14 +9,14 @@ |------------ | ------------- | ------------- | -------------| | **id** | **String** | A unique Integration Id | | | **name** | **String** | The name of the Integration | | | **status** | **String** | The status of the Integration | [optional] | | **messenger_type** | **String** | The type of Messaging Integration | | -| **recipient** | [**UriReference**](UriReference.html) | The recipient associated to the Integration. This recipient is used to associate a flow to an integration | [optional] | +| **recipient** | [**DomainEntityRef**](DomainEntityRef.html) | The recipient associated to the Integration. This recipient is used to associate a flow to an integration | [optional] | | **date_created** | **DateTime** | Date this Integration was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | Date this Integration was modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | -| **created_by** | [**UriReference**](UriReference.html) | User reference that created this Integration | [optional] | -| **modified_by** | [**UriReference**](UriReference.html) | User reference that last modified this Integration | [optional] | +| **created_by** | [**DomainEntityRef**](DomainEntityRef.html) | User reference that created this Integration | [optional] | +| **modified_by** | [**DomainEntityRef**](DomainEntityRef.html) | User reference that last modified this Integration | [optional] | | **version** | **Integer** | Version number required for updates. | | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}