docs/ConversationDepartmentsResponse.md in ultracart_api-4.0.116.rc vs docs/ConversationDepartmentsResponse.md in ultracart_api-4.0.117.rc
- old
+ new
@@ -5,10 +5,11 @@
| 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
@@ -17,9 +18,10 @@
instance = UltracartClient::ConversationDepartmentsResponse.new(
conversation_departments: null,
error: null,
metadata: null,
+ read_only: null,
success: null,
warning: null
)
```