Override put_mapping definition to make index name optional. (#553)

Signed-off-by: dblock <[email protected]>
This commit is contained in:
Daniel (dB.) Doubrovkine
2023-10-26 11:31:13 -04:00
committed by GitHub
parent fe4b6d754c
commit ebd50e0515
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class RemoteStoreClient(NamespacedClient):
:arg cluster_manager_timeout: Operation timeout for connection
to cluster-manager node.
:arg wait_for_completion: Should this request wait until the
operation has completed before returning. (default: false)
operation has completed before returning. Default is false.
"""
if body in SKIP_IN_PATH:
raise ValueError("Empty value passed for a required argument 'body'.")