docs/ConversationDepartment.md in ultracart_api-4.0.101.rc vs docs/ConversationDepartment.md in ultracart_api-4.0.102.rc

- old
+ new

@@ -3,11 +3,10 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_department_oid** | **Integer** | | [optional] | -| **delete_me** | **Boolean** | | [optional] | | **department_name** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **settings** | **Object** | | [optional] | ## Example @@ -15,10 +14,9 @@ ```ruby require 'ultracart_api' instance = UltracartClient::ConversationDepartment.new( conversation_department_oid: null, - delete_me: null, department_name: null, merchant_id: null, settings: null ) ```