1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

feat(usage): added usage endpoint for storage

This commit is contained in:
Christy Jacob 2021-08-20 17:47:56 +05:30
parent 9ebc5b891b
commit e7eb0e7cdf

View file

@ -217,7 +217,7 @@ App::get('/v1/projects/:projectId')
});
App::get('/v1/projects/:projectId/usage')
->desc('Get Project Usage')
->desc('Get usage stats for a project')
->groups(['api', 'projects'])
->label('scope', 'projects.read')
->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])