mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
add missing state
ref: https://github.com/misskey-dev/misskey/issues/15992
This commit is contained in:
parent
60b284e043
commit
239bfd3b62
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export const paramDef = {
|
|||
type: 'object',
|
||||
properties: {
|
||||
queue: { type: 'string', enum: QUEUE_TYPES },
|
||||
state: { type: 'array', items: { type: 'string', enum: ['active', 'wait', 'delayed', 'completed', 'failed'] } },
|
||||
state: { type: 'array', items: { type: 'string', enum: ['active', 'paused', 'wait', 'delayed', 'completed', 'failed'] } },
|
||||
search: { type: 'string' },
|
||||
},
|
||||
required: ['queue', 'state'],
|
||||
|
|
Loading…
Add table
Reference in a new issue