docs/RequestContactImport.md in sib-api-v3-sdk-5.1.2 vs docs/RequestContactImport.md in sib-api-v3-sdk-5.1.3

- old
+ new

@@ -9,7 +9,8 @@ **notify_url** | **String** | URL that will be called once the export process is finished | [optional] **new_list** | [**RequestContactImportNewList**](RequestContactImportNewList.md) | | [optional] **email_blacklist** | **BOOLEAN** | To blacklist all the contacts for email | [optional] [default to false] **sms_blacklist** | **BOOLEAN** | To blacklist all the contacts for sms | [optional] [default to false] **update_existing_contacts** | **BOOLEAN** | To facilitate the choice to update the existing contacts | [optional] [default to true] +**empty_contacts_attributes** | **BOOLEAN** | To facilitate the choice to erase any attribute of the existing contacts with empty value. emptyContactsAttributes = true means the empty fields in your import will erase any attribute that currently contain data in SendinBlue, & emptyContactsAttributes = false means the empty fields will not affect your existing data ( only available if `updateExistingContacts` set to true ) | [optional] [default to false]