jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/queue/deliver-delayed.json5
2023-07-11 23:48:17 +09:00

40 lines
471 B
Plaintext

{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'array',
optional: false,
nullable: false,
items: {
type: 'array',
optional: false,
nullable: false,
items: {
anyOf: [
{
type: 'string',
},
{
type: 'number',
},
],
},
},
example: [
[
'example.com',
12,
],
],
},
errors: {},
}