spec/api/institutions_api_spec.rb in atrium-ruby-2.2.2 vs spec/api/institutions_api_spec.rb in atrium-ruby-2.3.0
- old
+ new
@@ -32,9 +32,13 @@
# This endpoint allows you to see what institutions are available for connection. Information returned will include the institution_code assigned to a particular institution, URLs for the financial institution's logo, and the URL for its website.<br> This endpoint takes an optional query string, name={string}. This will list only institutions in which the appended string appears.
# @param [Hash] opts the optional parameters
# @option opts [String] :name This will list only institutions in which the appended string appears.
# @option opts [Integer] :page Specify current page.
# @option opts [Integer] :records_per_page Specify records per page.
+ # @option opts [BOOLEAN] :supports_account_identification Filter only institutions which support account identification.
+ # @option opts [BOOLEAN] :supports_account_statement Filter only institutions which support account statements.
+ # @option opts [BOOLEAN] :supports_account_verification Filter only institutions which support account verification.
+ # @option opts [BOOLEAN] :supports_transaction_history Filter only institutions which support extended transaction history.
# @return [InstitutionsResponseBody]
describe 'list_institutions test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end