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

Updated health endpoint permission scope

This commit is contained in:
Eldad Fux 2020-06-20 10:34:36 +03:00
parent a5855b2ae0
commit c2f55786ea

View file

@ -187,7 +187,6 @@ $utopia->get('/v1/health/queue/functions')
$utopia->get('/v1/health/storage/local')
->desc('Get Local Storage')
->label('scope', 'health.read')
->label('scope', 'public')
->label('sdk.platform', [APP_PLATFORM_SERVER])
->label('sdk.namespace', 'health')
->label('sdk.method', 'getStorageLocal')