Skip to content

Commit ea2a85c

Browse files
Update rest-api-spec (#4041)
Co-authored-by: pquentin <[email protected]>
1 parent 36615cc commit ea2a85c

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

output/openapi/elasticsearch-openapi.json

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

output/schema/validation-errors.json

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

specification/_json_spec/indices.put_template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"description": "Whether the index template should only be added if new or can also replace an existing one",
3535
"default": false
3636
},
37+
"cause": {
38+
"type": "string",
39+
"description": "User defined reason for creating/updating the index template",
40+
"default": ""
41+
},
3742
"master_timeout": {
3843
"type": "time",
3944
"description": "Specify timeout for connection to master"

0 commit comments

Comments
 (0)