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