spec/api/folders_api_spec.rb in sib-api-v3-sdk-7.2.0 vs spec/api/folders_api_spec.rb in sib-api-v3-sdk-7.3.0

- old
+ new

@@ -69,11 +69,11 @@ # Get lists in a folder # @param folder_id Id of the folder # @param [Hash] opts the optional parameters # @option opts [Integer] :limit Number of documents per page # @option opts [Integer] :offset Index of the first document of the page - # @option opts [String] :sort Sort the results in the ascending/descending order of record creation + # @option opts [String] :sort Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed # @return [GetFolderLists] describe 'get_folder_lists test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -82,10 +82,10 @@ # unit tests for get_folders # Get all folders # @param limit Number of documents per page # @param offset Index of the first document of the page # @param [Hash] opts the optional parameters - # @option opts [String] :sort Sort the results in the ascending/descending order of record creation + # @option opts [String] :sort Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed # @return [GetFolders] describe 'get_folders test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end