docs/ConversationDepartmentsResponse.md in ultracart_api-4.0.118.rc vs docs/ConversationDepartmentsResponse.md in ultracart_api-4.0.119.rc
- old
+ new
@@ -5,11 +5,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_departments** | [**Array<ConversationDepartment>**](ConversationDepartment.md) | | [optional] |
| **error** | [**Error**](Error.md) | | [optional] |
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
-| **read_only** | **Boolean** | | [optional] |
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
| **warning** | [**Warning**](Warning.md) | | [optional] |
## Example
@@ -18,10 +17,9 @@
instance = UltracartClient::ConversationDepartmentsResponse.new(
conversation_departments: null,
error: null,
metadata: null,
- read_only: null,
success: null,
warning: null
)
```