diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index cbccb8f59..5a1718c9c 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -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])