Skip to content

Commit 48ed30a

Browse files
deprecating sort in delete by query (#5177) (#5205)
(cherry picked from commit ea83aa4) Co-authored-by: Laura Trotta <[email protected]>
1 parent 6c0d064 commit 48ed30a

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)