docs/MessageMediaParticipant.md in purecloudplatformclientv2-50.0.0 vs docs/MessageMediaParticipant.md in purecloudplatformclientv2-51.0.0

- old
+ new

@@ -33,9 +33,10 @@ | **external_contact** | [**UriReference**](UriReference.html) | If this participant represents an external contact, then this will be the reference for the external contact. | [optional] | | **external_organization** | [**UriReference**](UriReference.html) | If this participant represents an external org, then this will be the reference for the external org. | [optional] | | **wrapup** | [**Wrapup**](Wrapup.html) | Wrapup for this participant, if it has been applied. | [optional] | | **peer** | **String** | The peer communication corresponding to a matching leg for this communication. | [optional] | | **flagged_reason** | **String** | The reason specifying why participant flagged the conversation. | [optional] | +| **journey_context** | [**JourneyContext**](JourneyContext.html) | Journey System data/context that is applicable to this communication. When used for historical purposes, the context should be immutable. When null, there is no applicable Journey System context. | [optional] | | **to_address** | [**Address**](Address.html) | Address for the participant on receiving side of the message conversation. If the address is a phone number, E.164 format is recommended. | [optional] | | **from_address** | [**Address**](Address.html) | Address for the participant on the sending side of the message conversation. If the address is a phone number, E.164 format is recommended. | [optional] | | **messages** | [**Array<MessageDetails>**](MessageDetails.html) | Message instance details on the communication. | [optional] | | **type** | **String** | Indicates the type of message platform from which the message originated. | [optional] | | **recipient_country** | **String** | Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format. | [optional] |