mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch 'feat-usage-updates' of https://github.com/appwrite/appwrite into feat-usage-updates
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user