diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 2f492decbf..475f75b542 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -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')