Skip to content

Commit

Permalink
Msearch template API returns status code in each search response (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#8522)

Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong authored and leanneeliatra committed Oct 17, 2024
1 parent 709121c commit fa5cb2c
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 fa5cb2c

Please sign in to comment.