File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2920,7 +2920,7 @@ async def get_settings_with_http_info(
2920
2920
Retrieves an object with non-null index settings.
2921
2921
2922
2922
Required API Key ACLs:
2923
- - search
2923
+ - settings
2924
2924
2925
2925
:param index_name: Name of the index on which to perform the operation. (required)
2926
2926
:type index_name: str
@@ -2956,7 +2956,7 @@ async def get_settings(
2956
2956
Retrieves an object with non-null index settings.
2957
2957
2958
2958
Required API Key ACLs:
2959
- - search
2959
+ - settings
2960
2960
2961
2961
:param index_name: Name of the index on which to perform the operation. (required)
2962
2962
:type index_name: str
@@ -8043,7 +8043,7 @@ def get_settings_with_http_info(
8043
8043
Retrieves an object with non-null index settings.
8044
8044
8045
8045
Required API Key ACLs:
8046
- - search
8046
+ - settings
8047
8047
8048
8048
:param index_name: Name of the index on which to perform the operation. (required)
8049
8049
:type index_name: str
@@ -8079,7 +8079,7 @@ def get_settings(
8079
8079
Retrieves an object with non-null index settings.
8080
8080
8081
8081
Required API Key ACLs:
8082
- - search
8082
+ - settings
8083
8083
8084
8084
:param index_name: Name of the index on which to perform the operation. (required)
8085
8085
:type index_name: str
You can’t perform that action at this time.
0 commit comments