@@ -115,7 +115,7 @@ class QuerySuggestionsClient(
115
115
/** This method lets you send requests to the Algolia REST API.
116
116
*
117
117
* @param path
118
- * Path of the endpoint, anything after \"/1\" must be specified .
118
+ * Path of the endpoint, for example `1/newFeature` .
119
119
* @param parameters
120
120
* Query parameters to apply to the current query.
121
121
*/
@@ -138,7 +138,7 @@ class QuerySuggestionsClient(
138
138
/** This method lets you send requests to the Algolia REST API.
139
139
*
140
140
* @param path
141
- * Path of the endpoint, anything after \"/1\" must be specified .
141
+ * Path of the endpoint, for example `1/newFeature` .
142
142
* @param parameters
143
143
* Query parameters to apply to the current query.
144
144
*/
@@ -161,7 +161,7 @@ class QuerySuggestionsClient(
161
161
/** This method lets you send requests to the Algolia REST API.
162
162
*
163
163
* @param path
164
- * Path of the endpoint, anything after \"/1\" must be specified .
164
+ * Path of the endpoint, for example `1/newFeature` .
165
165
* @param parameters
166
166
* Query parameters to apply to the current query.
167
167
* @param body
@@ -188,7 +188,7 @@ class QuerySuggestionsClient(
188
188
/** This method lets you send requests to the Algolia REST API.
189
189
*
190
190
* @param path
191
- * Path of the endpoint, anything after \"/1\" must be specified .
191
+ * Path of the endpoint, for example `1/newFeature` .
192
192
* @param parameters
193
193
* Query parameters to apply to the current query.
194
194
* @param body
0 commit comments