From 73afe118ddf574e6c7ff75e214fb5e7982fbecf6 Mon Sep 17 00:00:00 2001 From: "Juliana M. Crivelli" Date: Wed, 7 Aug 2024 11:43:27 -0300 Subject: [PATCH] Update src/OpenSearch.Client/OpenSearchClient.Indices.cs Co-authored-by: Thomas Farr Signed-off-by: Juliana M. Crivelli --- src/OpenSearch.Client/OpenSearchClient.Indices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenSearch.Client/OpenSearchClient.Indices.cs b/src/OpenSearch.Client/OpenSearchClient.Indices.cs index 8c400a6905..75d23d1293 100644 --- a/src/OpenSearch.Client/OpenSearchClient.Indices.cs +++ b/src/OpenSearch.Client/OpenSearchClient.Indices.cs @@ -811,7 +811,7 @@ Task PutMappingAsync(Func Task SplitAsync(ISplitIndexRequest request, CancellationToken ct = default); /// - /// GET request to the indices.update_aliases API, read more about this API online: + /// POST request to the indices.update_aliases API, read more about this API online: /// /// https://opensearch.org/docs/latest/opensearch/rest-api/alias/ ///