Skip to content

Commit 915447a

Browse files
committed
Fix documentation for GET /_index_template/{name} (#5636)
The name does not support comma-separated values, only a single value or a wildcard. Relates to elastic/elasticsearch#65667
1 parent d1dbf8e commit 915447a

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

specification/indices/get_index_template/IndicesGetIndexTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface Request extends RequestBase {
4242
}
4343
]
4444
path_parts: {
45-
/** Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported. */
45+
/** Name of index template to retrieve. Wildcard (*) expressions are supported. */
4646
name?: Name
4747
}
4848
query_parameters: {

0 commit comments

Comments
 (0)