Skip to content

Commit 3033803

Browse files
algolia-botkai687
andcommitted
chore: generated code for commit 200f07e9. [skip ci]
algolia/api-clients-automation@200f07e Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent e4a199e commit 3033803

File tree

3 files changed

+268
-1
lines changed

3 files changed

+268
-1
lines changed

client/src/commonMain/kotlin/com/algolia/client/api/SearchClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public class SearchClient(
697697
* @param indexName Name of the index on which to perform the operation.
698698
* @param requestOptions additional request configuration.
699699
*/
700-
public suspend fun getSettings(indexName: String, requestOptions: RequestOptions? = null): IndexSettings {
700+
public suspend fun getSettings(indexName: String, requestOptions: RequestOptions? = null): SettingsResponse {
701701
require(indexName.isNotBlank()) { "Parameter `indexName` is required when calling `getSettings`." }
702702
val requestConfig = RequestConfig(
703703
method = RequestMethod.GET,

0 commit comments

Comments
 (0)