Method: Whatconverts::Client::Account#edit_account
- Defined in:
- lib/whatconverts/client/account.rb
#edit_account(account_id, params = {}) ⇒ Object
17 18 19 20 |
# File 'lib/whatconverts/client/account.rb', line 17 def edit_account(account_id, params = {}) params.merge!(method: :post) http_service.make_request("accounts/#{account_id}", params) end |