From fa5cb2c54f8ec93b5d834ccc348523dca998a89b Mon Sep 17 00:00:00 2001 From: gaobinlong Date: Tue, 15 Oct 2024 02:03:20 +0800 Subject: [PATCH] Msearch template API returns status code in each search response (#8522) 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 } ] }