File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
specification/_global/delete_by_query Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,9 @@ export interface Request extends RequestBase {
257
257
*/
258
258
slices ?: Slices
259
259
/**
260
- * A sort object that specifies the order of deleted documents .
260
+ * A comma-separated list of `<field>:<direction>` pairs .
261
261
*/
262
- sort ?: Sort
262
+ sort ?: string [ ]
263
263
/**
264
264
* The specific `tag` of the request for logging and statistical purposes.
265
265
*/
@@ -311,5 +311,9 @@ export interface Request extends RequestBase {
311
311
* Slice the request manually using the provided slice ID and total number of slices.
312
312
*/
313
313
slice ?: SlicedScroll
314
+ /**
315
+ * A sort object that specifies the order of deleted documents.
316
+ */
317
+ sort ?: Sort
314
318
}
315
319
}
You can’t perform that action at this time.
0 commit comments