Skip to content

Commit dd7cd92

Browse files
Tidy up GET / examples
1 parent eeca607 commit dd7cd92

File tree

5 files changed

+24
-22
lines changed

5 files changed

+24
-22
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/_global/info/examples/response/RootNodeInfoResponseExample1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# summary: ''
2-
description: A successful response from `GET /`s.
1+
summary: Stack response
2+
description: A successful response from `GET /`.
33
# type: response
44
# response_code: 200
55
value:

specification/_global/info/examples/response/RootNodeInfoResponseExample2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# summary: ''
2-
description: A successful response from `GET /` on Serverless.
1+
summary: Serverless response
2+
description: A successful response from `GET /` on Serverless. This API is retained for backward compatibility only. Some fields, such as the version number, return static values and should be ignored.
33
# type: response
44
# response_code: 200
55
value:

0 commit comments

Comments
 (0)