mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
24 lines
443 B
Plaintext
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: {},
|
|
}
|