API generation

This commit is contained in:
delvedor
2020-03-19 08:39:55 +01:00
parent b374fe9967
commit 7f19628907
4 changed files with 3 additions and 16 deletions

View File

@ -794,9 +794,7 @@ export interface IndicesPutTemplate<T = any> extends Generic {
name: string;
order?: number;
create?: boolean;
timeout?: string;
master_timeout?: string;
flat_settings?: boolean;
body: T;
}