lib/snaptrade/api/account_information_api.rb in snaptrade-2.0.37 vs lib/snaptrade/api/account_information_api.rb in snaptrade-2.0.38

- old
+ new

@@ -682,11 +682,11 @@ end # List accounts # - # Returns all brokerage accounts known to SnapTrade for the authenticated user. + # Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. # # The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. # # @param user_id [String] # @param user_secret [String] @@ -696,11 +696,11 @@ data end # List accounts # - # Returns all brokerage accounts known to SnapTrade for the authenticated user. + # Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. # # The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. # # @param user_id [String] # @param user_secret [String] @@ -708,21 +708,21 @@ def list_user_accounts_with_http_info(user_id:, user_secret:, extra: {}) list_user_accounts_with_http_info_impl(user_id, user_secret, extra) end # List accounts - # Returns all brokerage accounts known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. + # Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. # @param user_id [String] # @param user_secret [String] # @param [Hash] opts the optional parameters # @return [Array<Account>] private def list_user_accounts_impl(user_id, user_secret, opts = {}) data, _status_code, _headers = list_user_accounts_with_http_info(user_id, user_secret, opts) data end # List accounts - # Returns all brokerage accounts known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. + # Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. # @param user_id [String] # @param user_secret [String] # @param [Hash] opts the optional parameters # @return [Array<(Array<Account>, Integer, Hash)>] Array<Account> data, response status code and response headers private def list_user_accounts_with_http_info_impl(user_id, user_secret, opts = {})