1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Add api group to templates

This commit is contained in:
Matej Bačo 2024-08-13 12:59:37 +00:00
parent 282f5088db
commit c1e62a4e11

View file

@ -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')