|
3459 | 3459 | "stability": "stable"
|
3460 | 3460 | }
|
3461 | 3461 | },
|
3462 |
| - "description": "The provided <index-template> may contain multiple template names separated by a comma. If multiple template\nnames are specified then there is no wildcard support and the provided names should match completely with\nexisting templates.", |
| 3462 | + "description": "Delete an index template.\nThe provided <index-template> may contain multiple template names separated by a comma. If multiple template\nnames are specified then there is no wildcard support and the provided names should match completely with\nexisting templates.", |
3463 | 3463 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template.html",
|
3464 | 3464 | "name": "indices.delete_index_template",
|
3465 | 3465 | "privileges": {
|
|
3848 | 3848 | "stability": "stable"
|
3849 | 3849 | }
|
3850 | 3850 | },
|
3851 |
| - "description": "Returns information about one or more index templates.", |
| 3851 | + "description": "Get index templates.\nReturns information about one or more index templates.", |
3852 | 3852 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html",
|
3853 | 3853 | "name": "indices.get_index_template",
|
3854 | 3854 | "privileges": {
|
|
4176 | 4176 | "stability": "stable"
|
4177 | 4177 | }
|
4178 | 4178 | },
|
4179 |
| - "description": "Creates or updates an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
| 4179 | + "description": "Create or update an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
4180 | 4180 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html",
|
4181 | 4181 | "name": "indices.put_index_template",
|
4182 | 4182 | "request": {
|
|
4312 | 4312 | "stability": "stable"
|
4313 | 4313 | }
|
4314 | 4314 | },
|
4315 |
| - "description": "Creates or updates an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
| 4315 | + "description": "Create or update an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
4316 | 4316 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1.html",
|
4317 | 4317 | "name": "indices.put_template",
|
4318 | 4318 | "request": {
|
|
4486 | 4486 | "stability": "stable"
|
4487 | 4487 | }
|
4488 | 4488 | },
|
4489 |
| - "description": "", |
| 4489 | + "description": "Simulate an index.\nReturns the index configuration that would be applied to the specified index from an existing index template.", |
4490 | 4490 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index.html",
|
4491 | 4491 | "name": "indices.simulate_index_template",
|
4492 | 4492 | "request": {
|
|
4527 | 4527 | "stability": "stable"
|
4528 | 4528 | }
|
4529 | 4529 | },
|
4530 |
| - "description": "Returns the index configuration that would be applied by a particular index template.", |
| 4530 | + "description": "Simulate an index template.\nReturns the index configuration that would be applied by a particular index template.", |
4531 | 4531 | "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html",
|
4532 | 4532 | "name": "indices.simulate_template",
|
4533 | 4533 | "privileges": {
|
|
21620 | 21620 | "body": {
|
21621 | 21621 | "kind": "no_body"
|
21622 | 21622 | },
|
21623 |
| - "description": "The provided <index-template> may contain multiple template names separated by a comma. If multiple template\nnames are specified then there is no wildcard support and the provided names should match completely with\nexisting templates.", |
| 21623 | + "description": "Delete an index template.\nThe provided <index-template> may contain multiple template names separated by a comma. If multiple template\nnames are specified then there is no wildcard support and the provided names should match completely with\nexisting templates.", |
21624 | 21624 | "inherits": {
|
21625 | 21625 | "type": {
|
21626 | 21626 | "name": "RequestBase",
|
|
21674 | 21674 | }
|
21675 | 21675 | }
|
21676 | 21676 | ],
|
21677 |
| - "specLocation": "indices/delete_index_template/IndicesDeleteIndexTemplateRequest.ts#L24-L52" |
| 21677 | + "specLocation": "indices/delete_index_template/IndicesDeleteIndexTemplateRequest.ts#L24-L53" |
21678 | 21678 | },
|
21679 | 21679 | {
|
21680 | 21680 | "body": {
|
|
22623 | 22623 | "body": {
|
22624 | 22624 | "kind": "no_body"
|
22625 | 22625 | },
|
22626 |
| - "description": "Returns information about one or more index templates.", |
| 22626 | + "description": "Get index templates.\nReturns information about one or more index templates.", |
22627 | 22627 | "inherits": {
|
22628 | 22628 | "type": {
|
22629 | 22629 | "name": "RequestBase",
|
|
22714 | 22714 | }
|
22715 | 22715 | }
|
22716 | 22716 | ],
|
22717 |
| - "specLocation": "indices/get_index_template/IndicesGetIndexTemplateRequest.ts#L24-L60" |
| 22717 | + "specLocation": "indices/get_index_template/IndicesGetIndexTemplateRequest.ts#L24-L61" |
22718 | 22718 | },
|
22719 | 22719 | {
|
22720 | 22720 | "body": {
|
|
23569 | 23569 | }
|
23570 | 23570 | ]
|
23571 | 23571 | },
|
23572 |
| - "description": "Creates or updates an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
| 23572 | + "description": "Create or update an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
23573 | 23573 | "inherits": {
|
23574 | 23574 | "type": {
|
23575 | 23575 | "name": "RequestBase",
|
|
24235 | 24235 | }
|
24236 | 24236 | ]
|
24237 | 24237 | },
|
24238 |
| - "description": "Creates or updates an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
| 24238 | + "description": "Create or update an index template.\nIndex templates define settings, mappings, and aliases that can be applied automatically to new indices.", |
24239 | 24239 | "inherits": {
|
24240 | 24240 | "type": {
|
24241 | 24241 | "name": "RequestBase",
|
|
24808 | 24808 | "body": {
|
24809 | 24809 | "kind": "no_body"
|
24810 | 24810 | },
|
24811 |
| - "description": "", |
| 24811 | + "description": "Simulate an index.\nReturns the index configuration that would be applied to the specified index from an existing index template.", |
24812 | 24812 | "inherits": {
|
24813 | 24813 | "type": {
|
24814 | 24814 | "name": "RequestBase",
|
|
24873 | 24873 | }
|
24874 | 24874 | }
|
24875 | 24875 | ],
|
24876 |
| - "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateRequest.ts#L24-L49" |
| 24876 | + "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateRequest.ts#L24-L50" |
24877 | 24877 | },
|
24878 | 24878 | {
|
24879 | 24879 | "body": {
|
|
25052 | 25052 | }
|
25053 | 25053 | ]
|
25054 | 25054 | },
|
25055 |
| - "description": "Returns the index configuration that would be applied by a particular index template.", |
| 25055 | + "description": "Simulate an index template.\nReturns the index configuration that would be applied by a particular index template.", |
25056 | 25056 | "inherits": {
|
25057 | 25057 | "type": {
|
25058 | 25058 | "name": "RequestBase",
|
|
25130 | 25130 | }
|
25131 | 25131 | }
|
25132 | 25132 | ],
|
25133 |
| - "specLocation": "indices/simulate_template/IndicesSimulateTemplateRequest.ts#L27-L119" |
| 25133 | + "specLocation": "indices/simulate_template/IndicesSimulateTemplateRequest.ts#L27-L120" |
25134 | 25134 | },
|
25135 | 25135 | {
|
25136 | 25136 | "body": {
|
|
0 commit comments