Skip to content

Commit 3f39c65

Browse files
gaobinlongleanneeliatra
authored andcommitted
Msearch template API returns status code in each search response (opensearch-project#8522)
Signed-off-by: gaobinlong <[email protected]>
1 parent 46d6acc commit 3f39c65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_api-reference/msearch-template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ OpenSearch returns an array with the results of each search in the same order as
106106
},
107107
"max_score": null,
108108
"hits": []
109-
}
109+
},
110+
"status": 200
110111
},
111112
{
112113
"took": 3,
@@ -124,7 +125,8 @@ OpenSearch returns an array with the results of each search in the same order as
124125
},
125126
"max_score": null,
126127
"hits": []
127-
}
128+
},
129+
"status": 200
128130
}
129131
]
130132
}

0 commit comments

Comments
 (0)