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

          request(options)
        end