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

24 lines
443 B
Plaintext

{
summary: 'サーバー・連合の統計を取得します。',
description: 'サーバー・連合の統計を取得します。',
tags: [
'federation',
],
requireCredential: false,
req: {
type: 'object',
properties: {
limit: {
type: 'integer',
minimum: 1,
maximum: 100,
default: 10,
description: '詳細を取得するサーバーの最大数。',
},
},
required: [],
},
res: {},
errors: {},
}