Skip to content

Commit

Permalink
Msearch template API returns status code in each search response (#8522)
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong authored Oct 14, 2024
1 parent 04a7be8 commit e92f41e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _api-reference/msearch-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
}
]
}
Expand Down

0 comments on commit e92f41e

Please sign in to comment.