You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This method allow you to send requests to the Algolia REST API.
103
103
104
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
104
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
105
105
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
106
106
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
135
135
136
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
136
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
137
137
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
138
138
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
146
146
147
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
147
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
148
148
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
149
149
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
178
178
179
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
179
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
180
180
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
181
181
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
189
189
190
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
190
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
191
191
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
192
192
# @param body [Object] Parameters to send with the custom request.
193
193
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
222
222
223
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
223
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
224
224
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
225
225
# @param body [Object] Parameters to send with the custom request.
226
226
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
234
234
235
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
235
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
236
236
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
237
237
# @param body [Object] Parameters to send with the custom request.
238
238
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method allow you to send requests to the Algolia REST API.
267
267
268
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
268
+
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
269
269
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
270
270
# @param body [Object] Parameters to send with the custom request.
271
271
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
0 commit comments