From 3c7fae78434391861e10ef2de0eff80c1e0956b9 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 30 Jan 2024 08:10:13 +0000 Subject: [PATCH] chore: update param name --- 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 3b875f7156..685514c2a8 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -695,7 +695,7 @@ App::get('/v1/health/queue/failed/:name') ->label('sdk.auth', [APP_AUTH_TYPE_KEY]) ->label('sdk.namespace', 'health') ->label('sdk.method', 'getFailedJobs') - ->param('queueName', '', new WhiteList([ + ->param('name', '', new WhiteList([ Event::DATABASE_QUEUE_NAME, Event::DELETE_QUEUE_NAME, Event::AUDITS_QUEUE_NAME,