# File lib/fog/brightbox/requests/compute/update_scoped_account.rb, line 22
        def update_scoped_account(options)
          return nil if options.empty? || options.nil?
          wrapped_request("put", "/1.0/account", [200], options)
        end