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 update_account(server, account_name, params) uri = account_uri(server, account_name) response = http_client.make_put_request(uri, params) build_response(response) end |