Method: Skydrive::Operations#update_skydrive_object

Defined in:
lib/skydrive/operations.rb

#update_skydrive_object(object_id, options = {}) ⇒ Object Also known as: update_folder, update_album, update_file, update_video, update_audio, update_photo

Update a skydrive object

Options Hash (options):

  • :name (String)

    The friendly name of the object

  • :description (String)

    The description text about the object



119
120
121
# File 'lib/skydrive/operations.rb', line 119

def update_skydrive_object object_id, options={}
  response = put("/#{object_id}", options)
end