docs/OutboundApi.md in purecloudplatformclientv2-42.0.0 vs docs/OutboundApi.md in purecloudplatformclientv2-43.0.0

- old
+ new

@@ -4462,11 +4462,11 @@ api_instance = PureCloud::OutboundApi.new contact_list_id = "contact_list_id_example" # String | Contact List ID -body = [PureCloud::DialerContact.new] # Array<DialerContact> | Contact +body = [PureCloud::WritableDialerContact.new] # Array<WritableDialerContact> | Contact opts = { priority: true, # BOOLEAN | Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue. clear_system_data: true, # BOOLEAN | Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won't. do_not_queue: true # BOOLEAN | Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed; False means that updated contacts will be requeued, according to the 'priority' parameter. @@ -4484,10 +4484,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **contact_list_id** | **String**| Contact List ID | | - **body** | [**Array&lt;DialerContact&gt;**](DialerContact.html)| Contact | | + **body** | [**Array&lt;WritableDialerContact&gt;**](WritableDialerContact.html)| Contact | | **priority** | **BOOLEAN**| Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue. | [optional] | **clear_system_data** | **BOOLEAN**| Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won&#39;t. | [optional] | **do_not_queue** | **BOOLEAN**| Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed; False means that updated contacts will be requeued, according to the &#39;priority&#39; parameter. | [optional] | {: class="table table-striped"}