1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

feat(usage): doc fix

This commit is contained in:
Christy Jacob 2021-08-20 17:10:35 +05:30
parent 2468e6e97d
commit ae030ebd4f

View file

@ -399,7 +399,7 @@ App::get('/v1/database/usage')
App::get('/v1/database/:collectionId/usage')
->desc('Get Database Usage')
->desc('Get Database Usage for a collection')
->groups(['api', 'database'])
->label('scope', 'collections.read')
->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])