Skip to content

Commit ee4a4c4

Browse files
authored
Merge branch '8.x' into backport-3597-to-8.x
2 parents cb425bb + d73a772 commit ee4a4c4

File tree

227 files changed

+3722
-1148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+3722
-1148
lines changed

docs/modeling-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ class Foo {
577577
578578
The server side default value if the property is not specified.
579579
Default values can only be specified on optional properties.
580+
They appear in the generated documentation and do not affect clients.
580581
581582
```ts
582583
class Foo {

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ actions:
170170
# S
171171
- name: script
172172
x-displayName: Script
173+
description: >
174+
Use the script support APIs to get a list of supported script contexts and languages.
175+
Use the stored script APIs to manage stored scripts and search templates.
176+
externalDocs:
177+
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html
173178
- name: search
174179
x-displayName: Search
175180
- name: search_application

output/openapi/elasticsearch-openapi.json

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

0 commit comments

Comments
 (0)