From f555568d502ab7d013c045d7a4709b75b8f67aab Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 28 Jul 2022 12:40:14 +0545 Subject: [PATCH] Update app/controllers/api/functions.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- app/controllers/api/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 26b505decb..2720e57e09 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -277,7 +277,7 @@ App::get('/v1/functions/:functionId/usage') }); App::get('/v1/functions/usage') - ->desc('Get Function Usage') + ->desc('Get Functions Usage') ->groups(['api', 'functions']) ->label('scope', 'functions.read') ->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])