doc_out/VoicemailApi.html.md in purecloud-0.39.1 vs doc_out/VoicemailApi.html.md in purecloud-0.40.1

- old
+ new

@@ -309,11 +309,11 @@ api_instance = PureCloud::VoicemailApi.new message_id = "message_id_example" # String | Message ID opts = { - format_id: "WEBM" # String | The desired media format (WEBM, WAV) + format_id: "WEBM" # String | The desired media format. } begin #Get media playback URI for this message result = api_instance.get_messages_message_id_media(message_id, opts) @@ -326,10 +326,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **message_id** | **String**| Message ID | - **format_id** | **String**| The desired media format (WEBM, WAV) | [optional] [default to WEBM] + **format_id** | **String**| The desired media format. | [optional] [default to WEBM] {: class="table table-striped"} ### Return type