jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/queue/deliver-delayed.json5

40 lines
471 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
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: {},
}