Skip to content

Commit 2b3f711

Browse files
committed
Adds deprecation tag.
1 parent e7a2849 commit 2b3f711

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

specification/indices/delete_template/IndicesDeleteTemplateRequest.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 stability=stable
2929
* @cluster_privileges manage_index_templates
3030
* @doc_id indices-delete-template-v1
31+
* @deprecated 7.8.0
3132
*/
3233
export interface Request extends RequestBase {
3334
urls: [

specification/indices/get_template/IndicesGetTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import { Duration } from '@_types/Time'
3131
* @doc_id indices-get-template-v1
3232
* @ext_doc_id index-templates
3333
* @cluster_privileges manage_index_templates
34+
* @deprecated 7.8.0
3435
*/
3536
export interface Request extends RequestBase {
3637
urls: [

specification/indices/put_template/IndicesPutTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import { Duration } from '@_types/Time'
5353
* @cluster_privileges manage_index_templates, manage
5454
* @doc_id index-templates-v1
5555
* @ext_doc_id index-templates
56+
* @deprecated 7.8.0
5657
*/
5758
export interface Request extends RequestBase {
5859
urls: [

0 commit comments

Comments
 (0)