Skip to content

Commit 14e4712

Browse files
committed
docs: add from description
1 parent ae85ae3 commit 14e4712

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

output/schema/schema.json

Lines changed: 6 additions & 4 deletions
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ export interface Request extends RequestBase {
178178
* @server_default open
179179
*/
180180
expand_wildcards?: ExpandWildcards
181+
/**
182+
* Skips the specified number of documents.
183+
* @server_default 0
184+
*/
181185
from?: long
182186
/**
183187
* If `false`, the request returns an error if it targets a missing or closed index.

specification/_global/update_by_query/UpdateByQueryRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ export interface Request extends RequestBase {
183183
* Valid values are: `all`, `open`, `closed`, `hidden`, `none`.
184184
*/
185185
expand_wildcards?: ExpandWildcards
186+
/**
187+
* Skips the specified number of documents.
188+
* @server_default 0
189+
*/
186190
from?: long
187191
/**
188192
* If `false`, the request returns an error if it targets a missing or closed index.

0 commit comments

Comments
 (0)