diff --git a/src/Appwrite/Platform/Modules/Account/Http/Alerts/Track/Get.php b/src/Appwrite/Platform/Modules/Account/Http/Alerts/Track/Get.php index 7e9a9d9e44..32e1656af1 100644 --- a/src/Appwrite/Platform/Modules/Account/Http/Alerts/Track/Get.php +++ b/src/Appwrite/Platform/Modules/Account/Http/Alerts/Track/Get.php @@ -32,6 +32,7 @@ class Get extends Action ->label('scope', 'public') ->label('sdk', new Method( namespace: 'account', + group: 'alerts', name: 'getAlertTrack', description: '/docs/references/account/get-alert-track.md', auth: [AuthType::SESSION, AuthType::JWT], diff --git a/src/Appwrite/Platform/Modules/Account/Http/Alerts/XList.php b/src/Appwrite/Platform/Modules/Account/Http/Alerts/XList.php index 3f4b60d3b7..18b3243071 100644 --- a/src/Appwrite/Platform/Modules/Account/Http/Alerts/XList.php +++ b/src/Appwrite/Platform/Modules/Account/Http/Alerts/XList.php @@ -31,6 +31,7 @@ class XList extends Action ->label('scope', 'account') ->label('sdk', new Method( namespace: 'account', + group: 'alerts', name: 'listAlerts', description: '/docs/references/account/list-alerts.md', auth: [AuthType::SESSION, AuthType::JWT],