Skip to content

Commit c1938de

Browse files
authored
[DOCS] Add missing from documentation (#4076)
* docs: add from description * chore: make contrib
1 parent ae85ae3 commit c1938de

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.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.

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)