From 6aa7f2052087d8ea4fdf1a77eda69d3e26040fc2 Mon Sep 17 00:00:00 2001 From: Ben Liang Date: Mon, 28 Aug 2023 16:20:48 +1000 Subject: [PATCH] bug-fix for snapshot repo creation missing required fields --- src/api/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index 74f1227a2..489b9cfcb 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -16696,6 +16696,9 @@ export interface SnapshotRepositorySettings { location: string read_only?: string | boolean readonly?: string | boolean + client: string + base_path: string + bucket: string } export interface SnapshotShardsStats {