@@ -25,8 +25,8 @@ def initialize(api_client = ApiClient.default)
2525 @api_client = api_client
2626 end
2727 # Retrieves a project
28- # Retrieves a project available on Patch's platform.
29- # @param id [String]
28+ # Retrieves a project available on Patch's platform.
29+ # @param id [String]
3030 # @param [Hash] opts the optional parameters
3131 # @return [ProjectResponse]
3232 def retrieve_project ( id , opts = { } )
@@ -35,8 +35,8 @@ def retrieve_project(id, opts = {})
3535 end
3636
3737 # Retrieves a project
38- # Retrieves a project available on Patch's platform.
39- # @param id [String]
38+ # Retrieves a project available on Patch's platform.
39+ # @param id [String]
4040 # @param [Hash] opts the optional parameters
4141 # @return [Array<(ProjectResponse, Integer, Hash)>] ProjectResponse data, response status code and response headers
4242 def retrieve_project_with_http_info ( id , opts = { } )
@@ -62,10 +62,10 @@ def retrieve_project_with_http_info(id, opts = {})
6262 form_params = opts [ :form_params ] || { }
6363
6464 # http body (model)
65- post_body = opts [ :body ]
65+ post_body = opts [ :body ]
6666
6767 # return_type
68- return_type = opts [ :return_type ] || 'ProjectResponse'
68+ return_type = opts [ :return_type ] || 'ProjectResponse'
6969
7070 # auth_names
7171 auth_names = opts [ :auth_names ] || [ 'bearer_auth' ]
@@ -87,25 +87,25 @@ def retrieve_project_with_http_info(id, opts = {})
8787 end
8888
8989 # Retrieves a list of projects
90- # Retrieves a list of projects available for purchase on Patch's platform.
90+ # Retrieves a list of projects available for purchase on Patch's platform.
9191 # @param [Hash] opts the optional parameters
92- # @option opts [Integer] :page
93- # @option opts [String] :country
94- # @option opts [String] :type
95- # @option opts [Integer] :remainaing_mass_g
92+ # @option opts [Integer] :page
93+ # @option opts [String] :country
94+ # @option opts [String] :type
95+ # @option opts [Integer] :minimum_available_mass
9696 # @return [ProjectListResponse]
9797 def retrieve_projects ( opts = { } )
9898 data , _status_code , _headers = retrieve_projects_with_http_info ( opts )
9999 data
100100 end
101101
102102 # Retrieves a list of projects
103- # Retrieves a list of projects available for purchase on Patch's platform.
103+ # Retrieves a list of projects available for purchase on Patch's platform.
104104 # @param [Hash] opts the optional parameters
105- # @option opts [Integer] :page
106- # @option opts [String] :country
107- # @option opts [String] :type
108- # @option opts [Integer] :remainaing_mass_g
105+ # @option opts [Integer] :page
106+ # @option opts [String] :country
107+ # @option opts [String] :type
108+ # @option opts [Integer] :minimum_available_mass
109109 # @return [Array<(ProjectListResponse, Integer, Hash)>] ProjectListResponse data, response status code and response headers
110110 def retrieve_projects_with_http_info ( opts = { } )
111111 if @api_client . config . debugging
@@ -119,7 +119,7 @@ def retrieve_projects_with_http_info(opts = {})
119119 query_params [ :'page' ] = opts [ :'page' ] if !opts [ :'page' ] . nil?
120120 query_params [ :'country' ] = opts [ :'country' ] if !opts [ :'country' ] . nil?
121121 query_params [ :'type' ] = opts [ :'type' ] if !opts [ :'type' ] . nil?
122- query_params [ :'remainaing_mass_g ' ] = opts [ :'remainaing_mass_g ' ] if !opts [ :'remainaing_mass_g ' ] . nil?
122+ query_params [ :'minimum_available_mass ' ] = opts [ :'minimum_available_mass ' ] if !opts [ :'minimum_available_mass ' ] . nil?
123123
124124 # header parameters
125125 header_params = opts [ :header_params ] || { }
@@ -130,10 +130,10 @@ def retrieve_projects_with_http_info(opts = {})
130130 form_params = opts [ :form_params ] || { }
131131
132132 # http body (model)
133- post_body = opts [ :body ]
133+ post_body = opts [ :body ]
134134
135135 # return_type
136- return_type = opts [ :return_type ] || 'ProjectListResponse'
136+ return_type = opts [ :return_type ] || 'ProjectListResponse'
137137
138138 # auth_names
139139 auth_names = opts [ :auth_names ] || [ 'bearer_auth' ]
0 commit comments