opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
359 stars 178 forks source link

Update Point-in-Time Guide #638

Closed saimedhi closed 9 months ago

saimedhi commented 11 months ago

What is the bug?

The Point-in-Time guide includes deprecated API usage without examples of the corresponding new APIs. Please add examples demonstrating the usage of the new APIs as alternatives to the deprecated ones.

Deprecated APIs : list_all_point_in_time, create_point_in_time, delete_point_in_time Newly added APIs : create_pit, delete_pit, delete_all_pits, get_all_pits

Djcarrillo6 commented 11 months ago

Hi @saimedhi, I'd like to request assignment on this issue!