Skip to content

Commit 5a9d2d6

Browse files
algolia-botkai687
andcommitted
fix(specs): wrong ACL for getSettings (generated)
algolia/api-clients-automation#4933 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Kai Welke <kai.welke@algolia.com>
1 parent b30d9fa commit 5a9d2d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/search/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ async def get_settings_with_http_info(
29202920
Retrieves an object with non-null index settings.
29212921
29222922
Required API Key ACLs:
2923-
- search
2923+
- settings
29242924
29252925
:param index_name: Name of the index on which to perform the operation. (required)
29262926
:type index_name: str
@@ -2956,7 +2956,7 @@ async def get_settings(
29562956
Retrieves an object with non-null index settings.
29572957
29582958
Required API Key ACLs:
2959-
- search
2959+
- settings
29602960
29612961
:param index_name: Name of the index on which to perform the operation. (required)
29622962
:type index_name: str
@@ -8043,7 +8043,7 @@ def get_settings_with_http_info(
80438043
Retrieves an object with non-null index settings.
80448044
80458045
Required API Key ACLs:
8046-
- search
8046+
- settings
80478047
80488048
:param index_name: Name of the index on which to perform the operation. (required)
80498049
:type index_name: str
@@ -8079,7 +8079,7 @@ def get_settings(
80798079
Retrieves an object with non-null index settings.
80808080
80818081
Required API Key ACLs:
8082-
- search
8082+
- settings
80838083
80848084
:param index_name: Name of the index on which to perform the operation. (required)
80858085
:type index_name: str

0 commit comments

Comments
 (0)