Skip to content

Commit 3cba8c9

Browse files
committed
Add doc_tag for component template operations
1 parent 56a03c7 commit 3cba8c9

File tree

7 files changed

+24
-16
lines changed

7 files changed

+24
-16
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/cluster/delete_component_template/ClusterDeleteComponentTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { Duration } from '@_types/Time'
3030
* @availability serverless stability=stable visibility=public
3131
* @doc_id indices-component-template
3232
* @cluster_privileges manage_index_templates
33+
* @doc_tag indices
3334
*/
3435
export interface Request extends RequestBase {
3536
path_parts: {

specification/cluster/exists_component_template/ClusterComponentTemplateExistsRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
2828
* @availability stack since=7.8.0 stability=stable
2929
* @availability serverless stability=stable visibility=public
3030
* @doc_id indices-component-template
31+
* @doc_tag indices
3132
*/
3233
export interface Request extends RequestBase {
3334
path_parts: {

specification/cluster/get_component_template/ClusterGetComponentTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { Duration } from '@_types/Time'
2929
* @availability serverless stability=stable visibility=public
3030
* @cluster_privileges manage_index_templates
3131
* @doc_id indices-component-template
32+
* @doc_tag indices
3233
*/
3334
export interface Request extends RequestBase {
3435
path_parts: {

specification/cluster/put_component_template/ClusterPutComponentTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import { Duration } from '@_types/Time'
4444
* @availability serverless stability=stable visibility=public
4545
* @cluster_privileges manage_index_templates
4646
* @doc_id indices-component-template
47+
* @doc_tag indices
4748
*/
4849
export interface Request extends RequestBase {
4950
path_parts: {

0 commit comments

Comments
 (0)