1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Update app/controllers/api/projects.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Damodar Lohani 2023-07-19 12:04:37 +05:45 committed by GitHub
parent ff6dd0990d
commit 14f8cc57af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1890,7 +1890,7 @@ App::delete('/v1/projects/:projectId/templates/sms/:type/:locale')
]), Response::MODEL_SMS_TEMPLATE);
});
App::DELETE('/v1/projects/:projectId/templates/email/:type/:locale')
App::delete('/v1/projects/:projectId/templates/email/:type/:locale')
->desc('Reset custom email template')
->groups(['api', 'projects'])
->label('scope', 'projects.write')