Skip to content

Commit ea83aa4

Browse files
authored
deprecating sort in delete by query (#5177)
1 parent b08fcb0 commit ea83aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/_global/delete_by_query/DeleteByQueryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ export interface Request extends RequestBase {
258258
slices?: Slices
259259
/**
260260
* A comma-separated list of `<field>:<direction>` pairs.
261+
* @deprecated 9.0.0 this query parameter is not supported and will be removed
261262
*/
262263
sort?: string[]
263264
/**

0 commit comments

Comments
 (0)