From a5c806c2f46d74ffd917c07153de65d662d4b483 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Tue, 16 Apr 2024 16:17:38 +1200 Subject: [PATCH] indices.add_block::path.index accepts a list of indices Signed-off-by: Thomas Farr --- spec/namespaces/indices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/namespaces/indices.yaml b/spec/namespaces/indices.yaml index b18ef3a05..d5f3824f6 100644 --- a/spec/namespaces/indices.yaml +++ b/spec/namespaces/indices.yaml @@ -2638,7 +2638,7 @@ components: description: A comma separated list of indices to add a block to required: true schema: - $ref: '../schemas/_common.yaml#/components/schemas/IndexName' + $ref: '../schemas/_common.yaml#/components/schemas/Indices' style: simple indices.add_block::query.allow_no_indices: in: query