Skip to content

Commit 4d9f2e5

Browse files
authored
Adding missing json spec for allow_partial_search_results in point-in-time (#117121) (#117248)
1 parent 0bcc504 commit 4d9f2e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/open_point_in_time.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
"type": "string",
5656
"description": "Specific the time to live for the point in time",
5757
"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)"
5862
}
5963
},
6064
"body":{

0 commit comments

Comments
 (0)