Skip to content

Commit 7b5bd08

Browse files
committed
Generate output
1 parent df96f5f commit 7b5bd08

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

output/openapi/elasticsearch-openapi.json

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

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

specification/indices/create/IndicesCreateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface Request extends RequestBase {
7070
* * Cannot start with `-`, `_`, or `+`
7171
* * Cannot be `.` or `..`
7272
* * Cannot be longer than 255 bytes (note thtat it is bytes, so multi-byte characters will reach the limit faster)
73-
* * Names starting with `.` are deprecated, except for hidden indices and internal indices managed by plugins
73+
* * Names starting with `.` are deprecated, except for hidden indices and internal indices managed by plugins
7474
*/
7575
index: IndexName
7676
}

0 commit comments

Comments
 (0)