We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4597a2 commit 79c6336Copy full SHA for 79c6336
rest-api-spec/src/main/resources/rest-api-spec/api/open_point_in_time.json
@@ -55,6 +55,10 @@
55
"type": "string",
56
"description": "Specific the time to live for the point in time",
57
"required": true
58
+ },
59
+ "allow_partial_search_results": {
60
+ "type": "boolean",
61
+ "description": "Specify whether to tolerate shards missing when creating the point-in-time, or otherwise throw an exception. (default: false)"
62
}
63
},
64
"body":{
0 commit comments