lib/brevo/api/conversations_api.rb in brevo-2.0.0 vs lib/brevo/api/conversations_api.rb in brevo-3.0.0
- old
+ new
@@ -189,21 +189,21 @@
end
# Update a message sent by an agent
# Only agents’ messages can be edited.
# @param id ID of the message
# @param [Hash] opts the optional parameters
- # @option opts [Body9] :body
+ # @option opts [Body12] :body
# @return [ConversationsMessage]
def conversations_messages_id_put(id, opts = {})
data, _status_code, _headers = conversations_messages_id_put_with_http_info(id, opts)
data
end
# Update a message sent by an agent
# Only agents’ messages can be edited.
# @param id ID of the message
# @param [Hash] opts the optional parameters
- # @option opts [Body9] :body
+ # @option opts [Body12] :body
# @return [Array<(ConversationsMessage, Fixnum, Hash)>] ConversationsMessage data, response status code and response headers
def conversations_messages_id_put_with_http_info(id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: ConversationsApi.conversations_messages_id_put ...'
end