docs/OutboundApi.md in purecloudplatformclientv2-12.0.0 vs docs/OutboundApi.md in purecloudplatformclientv2-13.0.0
- old
+ new
@@ -3762,11 +3762,11 @@
contact_list_id = "contact_list_id_example" # String | Contact List ID
body = [PureCloud::DialerContact.new] # Array<DialerContact> | Contact
opts = {
- priority: true, # BOOLEAN | Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end.
+ 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 data stored on the contact will be cleared if the contact already exists (attempts, callable status, etc), false means it won't.
}
begin
#Add contacts to a contact list.
@@ -3781,10 +3781,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**contact_list_id** | **String**| Contact List ID | |
**body** | [**Array<DialerContact>**](DialerContact.html)| Contact | |
- **priority** | **BOOLEAN**| Contact priority. True means the contact(s) will go to the beginning of the list, false means at the end. | [optional] |
+ **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 data stored on the contact will be cleared if the contact already exists (attempts, callable status, etc), false means it won't. | [optional] |
{: class="table table-striped"}
### Return type