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
Copy file name to clipboardExpand all lines: algoliasearch/Clients/SearchClient.cs
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1235,6 +1235,7 @@ Rule GetRule(
1235
1235
/// Required API Key ACLs:
1236
1236
/// - settings
1237
1237
/// <param name="indexName">Name of the index on which to perform the operation.</param>
1238
+
/// <param name="getVersion">When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility. (optional, default to 1)</param>
1238
1239
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1239
1240
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1240
1241
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
1259
+
/// <param name="getVersion">When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility. (optional, default to 1)</param>
1257
1260
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
1258
1261
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1259
1262
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
0 commit comments