From 29faff0709b2557acfd4c3c7e053a2c313413633 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:44:17 -0700 Subject: [PATCH] Fixed spec (#246) Signed-off-by: saimedhi --- spec/namespaces/cluster.yaml | 2 +- spec/namespaces/indices.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/namespaces/cluster.yaml b/spec/namespaces/cluster.yaml index b99b49203..eb6d673f6 100644 --- a/spec/namespaces/cluster.yaml +++ b/spec/namespaces/cluster.yaml @@ -961,7 +961,7 @@ components: cluster.health::path.index: in: path name: index - description: Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or *. + description: Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. To target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`. required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Indices' diff --git a/spec/namespaces/indices.yaml b/spec/namespaces/indices.yaml index d5f3824f6..569fabd16 100644 --- a/spec/namespaces/indices.yaml +++ b/spec/namespaces/indices.yaml @@ -4261,7 +4261,7 @@ components: indices.put_settings::query.ignore_unavailable: in: query name: ignore_unavailable - description: If `true`, returns settings in flat format. + description: Whether specified concrete indices should be ignored when unavailable (missing or closed). schema: type: boolean style: form