class Zype::VideoImports

Read more at docs.zype.com/v1.0/reference#video-imports

@since 0.12.0

Public Instance Methods

add_video(id:) click to toggle source

Attach a video to a video import

@param id [String] the ID of the video import @return [Hash] the video import object

# File lib/zype/models/video_imports.rb, line 16
def add_video(id:)
  client.execute(method: :put, path: "/#{path}/#{id}/add_video")
end