Method: BridgeAPI::Client::SubAccount#update_subaccount
- Defined in:
- lib/bridge_api/client/sub_account.rb
#update_subaccount(subaccount_id, params = {}) ⇒ Object
26 27 28 |
# File 'lib/bridge_api/client/sub_account.rb', line 26 def update_subaccount(subaccount_id, params = {}) put("#{API_PATH}#{ADMIN_PATH}#{SUB_ACCOUNT_PATH}/#{subaccount_id}", params) end |