Merge pull request #2316 from fenix-hub/master

Update health.php
This commit is contained in:
Eldad A. Fux
2021-10-20 19:09:55 +03:00
committed by GitHub
+1 -1
View File
@@ -179,7 +179,7 @@ App::get('/v1/health/queue/usage')
}, ['response']);
App::get('/v1/health/queue/certificates')
->desc('Get Certificate Queue')
->desc('Get Certificates Queue')
->groups(['api', 'health'])
->label('scope', 'health.read')
->label('sdk.auth', [APP_AUTH_TYPE_KEY])