jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/get-table-stats.json5

25 lines
303 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
summary: '',
description: '',
tags: [
'admin',
],
requireCredential: true,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'object',
optional: false,
nullable: false,
example: {
migrations: {
count: 66,
size: 32768,
},
},
},
errors: {},
}