From c1e62a4e11760eba90a2f8d465e46429153c86d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 13 Aug 2024 12:59:37 +0000 Subject: [PATCH] Add api group to templates --- app/controllers/api/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 38b4721f34..6cf561564b 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -2407,6 +2407,7 @@ App::delete('/v1/functions/:functionId/variables/:variableId') }); App::get('/v1/functions/templates') + ->groups(['api']) ->desc('List function templates') ->label('scope', 'public') ->label('sdk.namespace', 'functions')