Skip to content

Commit

Permalink
Update JSON for GET and HEAD _alias to match typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGillinElastic committed Oct 23, 2024
1 parent 7f1fc1f commit c094b8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions specification/_json_spec/indices.exists_alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"local": {
"type": "boolean",
"description": "Return local information, do not retrieve the state from master node (default: false)"
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions specification/_json_spec/indices.get_alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"local": {
"type": "boolean",
"description": "Return local information, do not retrieve the state from master node (default: false)"
}
}
}
Expand Down

0 comments on commit c094b8d

Please sign in to comment.