docs/ContactUpdateFields.md in messente_api-1.0.1 vs docs/ContactUpdateFields.md in messente_api-1.0.2

- old
+ new

@@ -2,18 +2,18 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**email** | **String** | | [optional] -**first_name** | **String** | | [optional] -**last_name** | **String** | | [optional] -**company** | **String** | | [optional] -**title** | **String** | | [optional] -**custom** | **String** | | [optional] -**custom2** | **String** | | [optional] -**custom3** | **String** | | [optional] -**custom4** | **String** | | [optional] +**email** | **String** | The email of the contact | [optional] +**first_name** | **String** | The first name of the contact | [optional] +**last_name** | **String** | The last name of the contact | [optional] +**company** | **String** | The company of the contact | [optional] +**title** | **String** | The title of the contact | [optional] +**custom** | **String** | The first custom field | [optional] +**custom2** | **String** | The second custom field | [optional] +**custom3** | **String** | The third custom field | [optional] +**custom4** | **String** | The fourth custom field | [optional] ## Code Sample ```ruby require 'MessenteApi'