Skip to content

Commit 3c3ad2d

Browse files
Merge branch 'main' into add-query-rules-ui-link-to-query-rules-api-reference
2 parents 10bf326 + d8d7762 commit 3c3ad2d

File tree

5 files changed

+1
-25
lines changed

5 files changed

+1
-25
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/delete_by_query/DeleteByQueryRequest.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import { float, long } from '@_types/Numeric'
3131
import { QueryContainer } from '@_types/query_dsl/abstractions'
3232
import { Operator } from '@_types/query_dsl/Operator'
3333
import { SlicedScroll } from '@_types/SlicedScroll'
34-
import { Sort } from '@_types/sort'
3534
import { Duration } from '@_types/Time'
3635

3736
/**
@@ -311,9 +310,5 @@ export interface Request extends RequestBase {
311310
* Slice the request manually using the provided slice ID and total number of slices.
312311
*/
313312
slice?: SlicedScroll
314-
/**
315-
* A sort object that specifies the order of deleted documents.
316-
*/
317-
sort?: Sort
318313
}
319314
}

0 commit comments

Comments
 (0)