# File lib/fog/rackspace/requests/monitoring/update_entity.rb, line 5
        def update_entity(entity_id, options)
          request(
            :body     => JSON.encode(options),
            :expects  => [204],
            :method   => 'PUT',
            :path     => "entities/#{entity_id}"
          )
        end