spec/api/deals_api_spec.rb in brevo-2.0.0 vs spec/api/deals_api_spec.rb in brevo-3.0.0

- old
+ new

@@ -43,11 +43,11 @@ end # unit tests for crm_deals_get # Get all deals # @param [Hash] opts the optional parameters - # @option opts [String] :filters_attributes_deal_name Filter by attributes. If you have filter for owner on your side please send it as `filters[attributes.deal_owner]`.\" + # @option opts [String] :filters_attributes_deal_name Filter by attributes. If you have a filter for the owner on your end, please send it as filters[attributes.deal_owner] and utilize the account email for the filtering. # @option opts [String] :filters_linked_companies_ids Filter by linked companies ids # @option opts [String] :filters_linked_contacts_ids Filter by linked companies ids # @option opts [Integer] :offset Index of the first document of the page # @option opts [Integer] :limit Number of documents per page # @option opts [String] :sort Sort the results in the ascending/descending order. Default order is **descending** by creation if `sort` is not passed @@ -107,10 +107,10 @@ # unit tests for crm_deals_post # Create a deal # @param body Deal create data. # @param [Hash] opts the optional parameters - # @return [InlineResponse201] + # @return [InlineResponse2011] describe 'crm_deals_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end