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

52 lines
801 B
Plaintext

{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'object',
optional: false,
nullable: false,
properties: {
deliver: {
optional: false,
nullable: false,
ref: 'QueueCount',
$ref: 'misskey://QueueCount',
},
inbox: {
optional: false,
nullable: false,
ref: 'QueueCount',
$ref: 'misskey://QueueCount',
},
db: {
optional: false,
nullable: false,
ref: 'QueueCount',
$ref: 'misskey://QueueCount',
},
objectStorage: {
optional: false,
nullable: false,
ref: 'QueueCount',
$ref: 'misskey://QueueCount',
},
},
required: [
'deliver',
'inbox',
'db',
'objectStorage',
],
},
errors: {},
}