# File lib/fog/cloudstack/requests/compute/update_domain.rb, line 9
        def update_domain(options={})
          options.merge!(
            'command' => 'updateDomain'
          )

          request(options)
        end