Method: UltracartClient::StorefrontApi#insert_screen_recording_segment

Defined in:
lib/ultracart_api/api/storefront_api.rb

#insert_screen_recording_segment(storefront_oid, segment, opts = {}) ⇒ ScreenRecordingSegmentResponse

Insert screen recording segment

Parameters:

  • storefront_oid (Integer)
  • segment (ScreenRecordingSegment)

    Segment

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



8850
8851
8852
8853
# File 'lib/ultracart_api/api/storefront_api.rb', line 8850

def insert_screen_recording_segment(storefront_oid, segment, opts = {})
  data, _status_code, _headers = insert_screen_recording_segment_with_http_info(storefront_oid, segment, opts)
  data
end