1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update health.php

This commit is contained in:
Nicolò Santilio 2021-10-20 17:30:59 +02:00 committed by GitHub
parent 72702386cc
commit 8639db0cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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])