diff --git a/_opensearch/point-in-time-api.md b/_opensearch/point-in-time-api.md index e94d09f0..69f40b61 100644 --- a/_opensearch/point-in-time-api.md +++ b/_opensearch/point-in-time-api.md @@ -44,7 +44,7 @@ keep_alive | Time | The amount of time to keep the PIT. Required. preference | String | The node or the shard used to perform the search. Optional. Default is random. routing | String | Specifies to route search requests to a specific shard. Optional. Default is the document's `_id`. expand_wildcards | String | The type of index that can match the wildcard pattern. Supports comma-separated values. Valid values are the following:
- `all`: Match any index or data stream, including hidden ones.
- `open`: Match open, non-hidden indexes or non-hidden data streams.
- `closed`: Match closed, non-hidden indexes or non-hidden data streams.
- `hidden`: Match hidden indexes or data streams. Must be combined with `open`, `closed` or both `open` and `closed`.
- `none`: No wildcard patterns are accepted.
Optional. Default is `open`. -allow_partial_pit_creation | Boolean | Specifies whether to create a PIT with partial failures. Optional. Default is `false`. +allow_partial_pit_creation | Boolean | Specifies whether to create a PIT with partial failures. Optional. Default is `true`. #### Sample request