From 47af19dd1728a74ec20391b333028ffc1763de13 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 25 Jan 2024 10:21:52 +0000 Subject: [PATCH] Update app/controllers/api/health.php Co-authored-by: Christy Jacob --- app/controllers/api/health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 291a014902..1e17bcfd6b 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -688,7 +688,7 @@ App::get('/v1/health/anti-virus') $response->dynamic(new Document($output), Response::MODEL_HEALTH_ANTIVIRUS); }); -App::get('/v1/health/queue/failed/:queueName') +App::get('/v1/health/queue/failed/:name') ->desc('Get number of failed queue jobs') ->groups(['api', 'health']) ->label('scope', 'health.read')