Skip to content

Commit 27f9516

Browse files
algolia-botmillotp
andcommitted
chore(spec): fix comment of custom path (generated)
algolia/api-clients-automation#5014 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 0bdbc19 commit 27f9516

9 files changed

+72
-72
lines changed

lib/algolia/api/abtesting_client.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def add_ab_tests(add_ab_tests_request, request_options = {})
115115

116116
# This method lets you send requests to the Algolia REST API.
117117

118-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
118+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
119119
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
120120
# @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)
121121
# @return [Http::Response] the response
@@ -147,7 +147,7 @@ def custom_delete_with_http_info(path, parameters = nil, request_options = {})
147147

148148
# This method lets you send requests to the Algolia REST API.
149149

150-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
150+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
151151
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
152152
# @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)
153153
# @return [Object]
@@ -158,7 +158,7 @@ def custom_delete(path, parameters = nil, request_options = {})
158158

159159
# This method lets you send requests to the Algolia REST API.
160160

161-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
161+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
162162
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
163163
# @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)
164164
# @return [Http::Response] the response
@@ -190,7 +190,7 @@ def custom_get_with_http_info(path, parameters = nil, request_options = {})
190190

191191
# This method lets you send requests to the Algolia REST API.
192192

193-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
193+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
194194
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
195195
# @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)
196196
# @return [Object]
@@ -201,7 +201,7 @@ def custom_get(path, parameters = nil, request_options = {})
201201

202202
# This method lets you send requests to the Algolia REST API.
203203

204-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
204+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
205205
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
206206
# @param body [Object] Parameters to send with the custom request.
207207
# @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)
@@ -234,7 +234,7 @@ def custom_post_with_http_info(path, parameters = nil, body = nil, request_optio
234234

235235
# This method lets you send requests to the Algolia REST API.
236236

237-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
237+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
238238
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
239239
# @param body [Object] Parameters to send with the custom request.
240240
# @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)
@@ -246,7 +246,7 @@ def custom_post(path, parameters = nil, body = nil, request_options = {})
246246

247247
# This method lets you send requests to the Algolia REST API.
248248

249-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
249+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
250250
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
251251
# @param body [Object] Parameters to send with the custom request.
252252
# @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)
@@ -279,7 +279,7 @@ def custom_put_with_http_info(path, parameters = nil, body = nil, request_option
279279

280280
# This method lets you send requests to the Algolia REST API.
281281

282-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
282+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
283283
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
284284
# @param body [Object] Parameters to send with the custom request.
285285
# @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)

lib/algolia/api/analytics_client.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def add_user_agent_segment(segment, version = nil)
7171

7272
# This method lets you send requests to the Algolia REST API.
7373

74-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
74+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
7575
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
7676
# @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)
7777
# @return [Http::Response] the response
@@ -103,7 +103,7 @@ def custom_delete_with_http_info(path, parameters = nil, request_options = {})
103103

104104
# This method lets you send requests to the Algolia REST API.
105105

106-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
106+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
107107
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
108108
# @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)
109109
# @return [Object]
@@ -114,7 +114,7 @@ def custom_delete(path, parameters = nil, request_options = {})
114114

115115
# This method lets you send requests to the Algolia REST API.
116116

117-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
117+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
118118
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
119119
# @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)
120120
# @return [Http::Response] the response
@@ -146,7 +146,7 @@ def custom_get_with_http_info(path, parameters = nil, request_options = {})
146146

147147
# This method lets you send requests to the Algolia REST API.
148148

149-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
149+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
150150
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
151151
# @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)
152152
# @return [Object]
@@ -157,7 +157,7 @@ def custom_get(path, parameters = nil, request_options = {})
157157

158158
# This method lets you send requests to the Algolia REST API.
159159

160-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
160+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
161161
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
162162
# @param body [Object] Parameters to send with the custom request.
163163
# @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)
@@ -190,7 +190,7 @@ def custom_post_with_http_info(path, parameters = nil, body = nil, request_optio
190190

191191
# This method lets you send requests to the Algolia REST API.
192192

193-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
193+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
194194
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
195195
# @param body [Object] Parameters to send with the custom request.
196196
# @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)
@@ -202,7 +202,7 @@ def custom_post(path, parameters = nil, body = nil, request_options = {})
202202

203203
# This method lets you send requests to the Algolia REST API.
204204

205-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
205+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
206206
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
207207
# @param body [Object] Parameters to send with the custom request.
208208
# @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)
@@ -235,7 +235,7 @@ def custom_put_with_http_info(path, parameters = nil, body = nil, request_option
235235

236236
# This method lets you send requests to the Algolia REST API.
237237

238-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
238+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
239239
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
240240
# @param body [Object] Parameters to send with the custom request.
241241
# @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)

lib/algolia/api/ingestion_client.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def create_transformation(transformation_create, request_options = {})
345345

346346
# This method lets you send requests to the Algolia REST API.
347347

348-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
348+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
349349
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
350350
# @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)
351351
# @return [Http::Response] the response
@@ -377,7 +377,7 @@ def custom_delete_with_http_info(path, parameters = nil, request_options = {})
377377

378378
# This method lets you send requests to the Algolia REST API.
379379

380-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
380+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
381381
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
382382
# @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)
383383
# @return [Object]
@@ -388,7 +388,7 @@ def custom_delete(path, parameters = nil, request_options = {})
388388

389389
# This method lets you send requests to the Algolia REST API.
390390

391-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
391+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
392392
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
393393
# @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)
394394
# @return [Http::Response] the response
@@ -420,7 +420,7 @@ def custom_get_with_http_info(path, parameters = nil, request_options = {})
420420

421421
# This method lets you send requests to the Algolia REST API.
422422

423-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
423+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
424424
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
425425
# @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)
426426
# @return [Object]
@@ -431,7 +431,7 @@ def custom_get(path, parameters = nil, request_options = {})
431431

432432
# This method lets you send requests to the Algolia REST API.
433433

434-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
434+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
435435
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
436436
# @param body [Object] Parameters to send with the custom request.
437437
# @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)
@@ -464,7 +464,7 @@ def custom_post_with_http_info(path, parameters = nil, body = nil, request_optio
464464

465465
# This method lets you send requests to the Algolia REST API.
466466

467-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
467+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
468468
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
469469
# @param body [Object] Parameters to send with the custom request.
470470
# @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)
@@ -476,7 +476,7 @@ def custom_post(path, parameters = nil, body = nil, request_options = {})
476476

477477
# This method lets you send requests to the Algolia REST API.
478478

479-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
479+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
480480
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
481481
# @param body [Object] Parameters to send with the custom request.
482482
# @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)
@@ -509,7 +509,7 @@ def custom_put_with_http_info(path, parameters = nil, body = nil, request_option
509509

510510
# This method lets you send requests to the Algolia REST API.
511511

512-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
512+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
513513
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
514514
# @param body [Object] Parameters to send with the custom request.
515515
# @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

Comments
 (0)