docs/MessagePost.md in smooch-api-5.7.0 vs docs/MessagePost.md in smooch-api-5.8.0
- old
+ new
@@ -1,11 +1,11 @@
# SmoochApi::MessagePost
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**role** | **String** | The role of the individual posting the message. See Enums.md for available values. |
-**type** | **String** | The message type. See Enums.md for available values. |
+**role** | **String** | The role of the individual posting the message. See [**RoleEnum**](Enums.md#RoleEnum) for available values. |
+**type** | **String** | The message type. See [**MessageTypeEnum**](Enums.md#MessageTypeEnum) for available values. |
**name** | **String** | The display name of the message author. | [optional]
**email** | **String** | The email address of the message author. | [optional]
**avatarUrl** | **String** | The URL of the desired message avatar image. | [optional]
**metadata** | **Object** | Flat JSON object containing any custom properties associated with the message. | [optional]
**payload** | **String** | The payload of a reply action, if applicable. | [optional]