# File lib/fog/monitoring/openstack/requests/update_alarm.rb, line 5
        def update_alarm(id, options)
          request(
            :expects => [200],
            :method  => 'PUT',
            :path    => "alarms/#{id}",
            :body    => Fog::JSON.encode(options)
          )
        end