spec/api/folders_api_spec.rb in sib-api-v3-sdk-7.1.0 vs spec/api/folders_api_spec.rb in sib-api-v3-sdk-7.2.0
- old
+ new
@@ -69,10 +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
# @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
@@ -81,9 +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
# @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