From 1c1e951766321bbae6805cde147ee101941f0098 Mon Sep 17 00:00:00 2001 From: gaobinlong Date: Sat, 12 Oct 2024 10:27:09 +0800 Subject: [PATCH] Msearch template API returns status code in each search response Signed-off-by: gaobinlong --- _api-reference/msearch-template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_api-reference/msearch-template.md b/_api-reference/msearch-template.md index 614d31d460..fdebf5bed1 100644 --- a/_api-reference/msearch-template.md +++ b/_api-reference/msearch-template.md @@ -106,7 +106,8 @@ OpenSearch returns an array with the results of each search in the same order as }, "max_score": null, "hits": [] - } + }, + "status": 200 }, { "took": 3, @@ -124,7 +125,8 @@ OpenSearch returns an array with the results of each search in the same order as }, "max_score": null, "hits": [] - } + }, + "status": 200 } ] }