Skip to content

Commit

Permalink
Merge branch 'feature/v19.0.0' into feature/updateDiscoveries
Browse files Browse the repository at this point in the history
  • Loading branch information
alzheltkovskiy-hubspot committed Oct 15, 2024
2 parents cf1656d + d3a7a29 commit db7e2a2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def get_url_format_with_http_info(app_id, opts = {})
# @param mark_recording_as_ready_request [MarkRecordingAsReadyRequest]
# @param [Hash] opts the optional parameters
# @return [nil]
def post_crm_v3_extensions_calling_recordings_ready(mark_recording_as_ready_request, opts = {})
post_crm_v3_extensions_calling_recordings_ready_with_http_info(mark_recording_as_ready_request, opts)
def mark_as_ready(mark_recording_as_ready_request, opts = {})
mark_as_ready_with_http_info(mark_recording_as_ready_request, opts)
nil
end

Expand All @@ -100,13 +100,13 @@ def post_crm_v3_extensions_calling_recordings_ready(mark_recording_as_ready_requ
# @param mark_recording_as_ready_request [MarkRecordingAsReadyRequest]
# @param [Hash] opts the optional parameters
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
def post_crm_v3_extensions_calling_recordings_ready_with_http_info(mark_recording_as_ready_request, opts = {})
def mark_as_ready_with_http_info(mark_recording_as_ready_request, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: RecordingSettingsApi.post_crm_v3_extensions_calling_recordings_ready ...'
@api_client.config.logger.debug 'Calling API: RecordingSettingsApi.mark_as_ready ...'
end
# verify the required parameter 'mark_recording_as_ready_request' is set
if @api_client.config.client_side_validation && mark_recording_as_ready_request.nil?
fail ArgumentError, "Missing the required parameter 'mark_recording_as_ready_request' when calling RecordingSettingsApi.post_crm_v3_extensions_calling_recordings_ready"
fail ArgumentError, "Missing the required parameter 'mark_recording_as_ready_request' when calling RecordingSettingsApi.mark_as_ready"
end
# resource path
local_var_path = '/crm/v3/extensions/calling/recordings/ready'
Expand Down Expand Up @@ -137,7 +137,7 @@ def post_crm_v3_extensions_calling_recordings_ready_with_http_info(mark_recordin
auth_names = opts[:debug_auth_names] || ['oauth2']

new_options = opts.merge(
:operation => :"RecordingSettingsApi.post_crm_v3_extensions_calling_recordings_ready",
:operation => :"RecordingSettingsApi.mark_as_ready",
:header_params => header_params,
:query_params => query_params,
:form_params => form_params,
Expand All @@ -148,7 +148,7 @@ def post_crm_v3_extensions_calling_recordings_ready_with_http_info(mark_recordin

data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
if @api_client.config.debugging
@api_client.config.logger.debug "API called: RecordingSettingsApi#post_crm_v3_extensions_calling_recordings_ready\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
@api_client.config.logger.debug "API called: RecordingSettingsApi#mark_as_ready\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
end
return data, status_code, headers
end
Expand Down

0 comments on commit db7e2a2

Please sign in to comment.