You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at BulkAlias(Func<BulkAliasDescriptor, IBulkAliasRequest> selector) docs through an IDE
What is the expected behavior?
/// <summary>
/// <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>
public BulkAliasResponse BulkAlias(Func<BulkAliasDescriptor, IBulkAliasRequest> selector) => BulkAlias(selector.InvokeOrDefault(new BulkAliasDescriptor()));
Do you have any screenshots?
The text was updated successfully, but these errors were encountered:
What is the bug?
Method summary informs wrong API call.
How can one reproduce the bug?
Look at BulkAlias(Func<BulkAliasDescriptor, IBulkAliasRequest> selector) docs through an IDE
What is the expected behavior?
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: