Skip to content

Commit

Permalink
Adding missing json spec for allow_partial_search_results in point-in…
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis authored Nov 21, 2024
1 parent b4597a2 commit 79c6336
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"type": "string",
"description": "Specific the time to live for the point in time",
"required": true
},
"allow_partial_search_results": {
"type": "boolean",
"description": "Specify whether to tolerate shards missing when creating the point-in-time, or otherwise throw an exception. (default: false)"
}
},
"body":{
Expand Down

0 comments on commit 79c6336

Please sign in to comment.