From d9e961784db4b9fa146615b5c243b54b271dc7b9 Mon Sep 17 00:00:00 2001 From: amberzsy Date: Sat, 19 Oct 2024 22:39:28 +0000 Subject: [PATCH] error response --- spec/namespaces/_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/namespaces/_core.yaml b/spec/namespaces/_core.yaml index af76fa7e3..7ceb87a78 100644 --- a/spec/namespaces/_core.yaml +++ b/spec/namespaces/_core.yaml @@ -3169,12 +3169,12 @@ components: content: application/json: schema: - $ref: '../schemas/query._common.yaml#/components/schemas/ErrorResponse' + $ref: '../schemas/query._common.yaml#/components/schemas/SearchErrorResponseBody' search@404: content: application/json: schema: - $ref: '../schemas/query._common.yaml#/components/schemas/ErrorResponse' + $ref: '../schemas/query._common.yaml#/components/schemas/SearchErrorResponseBody' search_shards@200: content: application/json: