Skip to content

Commit 4d71f00

Browse files
github-actions[bot]pquentinl-trotta
authored
Update rest-api-spec (#3302)
Co-authored-by: pquentin <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
1 parent 1ff513b commit 4d71f00

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

output/schema/validation-errors.json

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

specification/_json_spec/bulk.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"type": "time",
4747
"description": "Explicit operation timeout"
4848
},
49+
"type": {
50+
"type": "string",
51+
"description": "Default document type for items which don't provide one"
52+
},
4953
"_source": {
5054
"type": "list",
5155
"description": "True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request"
@@ -64,11 +68,11 @@
6468
},
6569
"require_alias": {
6670
"type": "boolean",
67-
"description": "If true, the request’s actions must target an index alias. Defaults to false."
71+
"description": "Sets require_alias for all incoming documents. Defaults to unset (false)"
6872
},
6973
"require_data_stream": {
7074
"type": "boolean",
71-
"description": "If true, the request's actions must target a data stream (existing or to-be-created). Default to false"
75+
"description": "When true, requires the destination to be a data stream (existing or to-be-created). Default is false"
7276
},
7377
"list_executed_pipelines": {
7478
"type": "boolean",

0 commit comments

Comments
 (0)