From 8781942633aa99f5e6cdfbb58f70d1925b5834c4 Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Fri, 15 May 2026 18:18:10 +0530 Subject: [PATCH] Fix console email template spec enum names --- src/Appwrite/SDK/Specification/Format.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Appwrite/SDK/Specification/Format.php b/src/Appwrite/SDK/Specification/Format.php index fc67dedb13..d236ee53ce 100644 --- a/src/Appwrite/SDK/Specification/Format.php +++ b/src/Appwrite/SDK/Specification/Format.php @@ -466,6 +466,14 @@ abstract class Format return 'ConsoleResourceValue'; } break; + case 'getEmailTemplate': + switch ($param) { + case 'templateId': + return 'ConsoleEmailTemplateId'; + case 'locale': + return 'ConsoleEmailTemplateLocale'; + } + break; } break; case 'account':