# File lib/fog/sakuracloud/requests/volume/register_note_to_disk.rb, line 25 def register_note_to_disk( disk_id, notes ) response = Excon::Response.new response.status = 200 response.body = { } response end