Method: ApiClient#update_account

Defined in:
lib/uffizzi/clients/api/api_client.rb

#update_account(server, account_name, params) ⇒ Object



98
99
100
101
102
103
# File 'lib/uffizzi/clients/api/api_client.rb', line 98

def (server, , params)
  uri = (server, )
  response = http_client.make_put_request(uri, params)

  build_response(response)
end