Clarification needed: Changing PIT IDs in Elasticsearch

The Elasticsearch documentation for version 7.17 states:

The open point in time request and each subsequent search request can return different id; thus always use the most recently received id for the next search request.

(Source: Point in time API | Elasticsearch Guide [7.17] | Elastic)

This statement is unclear. When the documentation mentions that subsequent requests can return different PIT ids, it's not evident whether:

  1. A new Point in Time (PIT) context has been created, or
  2. The id has changed, but we're still operating within the same PIT context.

Clarification on this point would be helpful for understanding the behavior and proper usage of the Point in Time API.

I think the docs are incorrect here, see Users should rely on PIT ID never changing · Issue #105274 · elastic/elasticsearch · GitHub.