mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated health endpoint permission scope
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user