From d5ca873d20ff54be16ec48e7bd629cda7c4a6332 Mon Sep 17 00:00:00 2001 From: Theo Nam Truong Date: Thu, 11 Jul 2024 17:11:15 -0600 Subject: [PATCH] Make `indices.get_mapping::query.index` not required (#411) Signed-off-by: Theo Truong --- spec/namespaces/indices.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/namespaces/indices.yaml b/spec/namespaces/indices.yaml index f95b9343b..b693a2604 100644 --- a/spec/namespaces/indices.yaml +++ b/spec/namespaces/indices.yaml @@ -3837,7 +3837,6 @@ components: Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`. - required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Indices' style: simple