From c094b8d046687ab4e89b338daea1e034860ba84e Mon Sep 17 00:00:00 2001 From: Pete Gillin Date: Wed, 23 Oct 2024 14:44:33 +0100 Subject: [PATCH] Update JSON for GET and HEAD _alias to match typescript --- specification/_json_spec/indices.exists_alias.json | 4 ---- specification/_json_spec/indices.get_alias.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/specification/_json_spec/indices.exists_alias.json b/specification/_json_spec/indices.exists_alias.json index 3d65beb91b..bc000bc727 100644 --- a/specification/_json_spec/indices.exists_alias.json +++ b/specification/_json_spec/indices.exists_alias.json @@ -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)" } } } diff --git a/specification/_json_spec/indices.get_alias.json b/specification/_json_spec/indices.get_alias.json index 4ea8fda3b6..419aa237d0 100644 --- a/specification/_json_spec/indices.get_alias.json +++ b/specification/_json_spec/indices.get_alias.json @@ -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)" } } }