Skip to content

Commit 7936fb1

Browse files
algolia-botkai687
andcommitted
fix(specs): wrong ACL for getSettings (generated)
algolia/api-clients-automation#4933 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 77fe9b7 commit 7936fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/Clients/SearchClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ Rule GetRule(
12331233
/// </summary>
12341234
///
12351235
/// Required API Key ACLs:
1236-
/// - search
1236+
/// - settings
12371237
/// <param name="indexName">Name of the index on which to perform the operation.</param>
12381238
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
12391239
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -1252,7 +1252,7 @@ Task<SettingsResponse> GetSettingsAsync(
12521252
/// </summary>
12531253
///
12541254
/// Required API Key ACLs:
1255-
/// - search
1255+
/// - settings
12561256
/// <param name="indexName">Name of the index on which to perform the operation.</param>
12571257
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
12581258
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>

0 commit comments

Comments
 (0)