Skip to content

Commit df7a91b

Browse files
Update rest-api-spec main (#1669)
Co-authored-by: delvedor <[email protected]>
1 parent 4cbdef1 commit df7a91b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/snapshot.get.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"type": "boolean",
3737
"description": "Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown"
3838
},
39+
"index_names": {
40+
"type": "boolean",
41+
"description": "Whether to include the name of each index in the snapshot. Defaults to true."
42+
},
3943
"index_details": {
4044
"type": "boolean",
4145
"description": "Whether to include details of each index in the snapshot, if those details are available. Defaults to false."

0 commit comments

Comments
 (0)