@@ -92,6 +92,7 @@ def retrieve_project_with_http_info(id, opts = {})
9292 # @option opts [Integer] :page
9393 # @option opts [String] :country
9494 # @option opts [String] :type
95+ # @option opts [Integer] :minimum_available_mass
9596 # @return [ProjectListResponse]
9697 def retrieve_projects ( opts = { } )
9798 data , _status_code , _headers = retrieve_projects_with_http_info ( opts )
@@ -104,6 +105,7 @@ def retrieve_projects(opts = {})
104105 # @option opts [Integer] :page
105106 # @option opts [String] :country
106107 # @option opts [String] :type
108+ # @option opts [Integer] :minimum_available_mass
107109 # @return [Array<(ProjectListResponse, Integer, Hash)>] ProjectListResponse data, response status code and response headers
108110 def retrieve_projects_with_http_info ( opts = { } )
109111 if @api_client . config . debugging
@@ -117,6 +119,7 @@ def retrieve_projects_with_http_info(opts = {})
117119 query_params [ :'page' ] = opts [ :'page' ] if !opts [ :'page' ] . nil?
118120 query_params [ :'country' ] = opts [ :'country' ] if !opts [ :'country' ] . nil?
119121 query_params [ :'type' ] = opts [ :'type' ] if !opts [ :'type' ] . nil?
122+ query_params [ :'minimum_available_mass' ] = opts [ :'minimum_available_mass' ] if !opts [ :'minimum_available_mass' ] . nil?
120123
121124 # header parameters
122125 header_params = opts [ :header_params ] || { }
0 commit comments