mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: update param name
This commit is contained in:
parent
742e80c0c6
commit
3c7fae7843
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue