Skip to content

Commit

Permalink
Update src/OpenSearch.Client/OpenSearchClient.Indices.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Farr <xtansia@xtansia.com>
Signed-off-by: Juliana M. Crivelli <ju_jumc@hotmail.com>
  • Loading branch information
jumc and Xtansia committed Aug 7, 2024
1 parent 9fc6be0 commit 73afe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSearch.Client/OpenSearchClient.Indices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ Task<PutMappingResponse> PutMappingAsync<TDocument>(Func<PutMappingDescriptor<TD
/// </summary>
Task<SplitIndexResponse> SplitAsync(ISplitIndexRequest request, CancellationToken ct = default);
/// <summary>
/// <c>GET</c> request to the <c>indices.update_aliases</c> API, read more about this API online:
/// <c>POST</c> request to the <c>indices.update_aliases</c> API, read more about this API online:
/// <para></para>
/// <a href = "https://opensearch.org/docs/latest/opensearch/rest-api/alias/">https://opensearch.org/docs/latest/opensearch/rest-api/alias/</a>
/// </summary>
Expand Down

0 comments on commit 73afe11

Please sign in to comment.