diff --git a/cli/packages/api/model.go b/cli/packages/api/model.go index ed9a1d629f..0a5bfee6d6 100644 --- a/cli/packages/api/model.go +++ b/cli/packages/api/model.go @@ -528,6 +528,7 @@ type GetRawSecretsV3Request struct { WorkspaceId string `json:"workspaceId"` SecretPath string `json:"secretPath"` IncludeImport bool `json:"include_imports"` + Recursive bool `json:"recursive"` } type GetRawSecretsV3Response struct {