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 0e94512 commit 7c18f11Copy full SHA for 7c18f11
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