Skip to content

Commit c094b8d

Browse files
Update JSON for GET and HEAD _alias to match typescript
1 parent 7f1fc1f commit c094b8d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

specification/_json_spec/indices.exists_alias.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
"options": ["open", "closed", "hidden", "none", "all"],
5252
"default": "all",
5353
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
54-
},
55-
"local": {
56-
"type": "boolean",
57-
"description": "Return local information, do not retrieve the state from master node (default: false)"
5854
}
5955
}
6056
}

specification/_json_spec/indices.get_alias.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
"options": ["open", "closed", "hidden", "none", "all"],
6666
"default": "all",
6767
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
68-
},
69-
"local": {
70-
"type": "boolean",
71-
"description": "Return local information, do not retrieve the state from master node (default: false)"
7268
}
7369
}
7470
}

0 commit comments

Comments
 (0)