mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
21 lines
534 B
Plaintext
21 lines
534 B
Plaintext
|
{
|
|||
|
summary: 'オンラインになっているユーザ数を取得します。',
|
|||
|
description: 'オンラインになっているユーザ数を取得します。',
|
|||
|
tags: [
|
|||
|
'meta',
|
|||
|
],
|
|||
|
requireCredential: false,
|
|||
|
req: {},
|
|||
|
res: {
|
|||
|
type: 'object',
|
|||
|
optional: false, nullable: false,
|
|||
|
properties: {
|
|||
|
count: {
|
|||
|
type: 'number',
|
|||
|
optional: false, nullable: false,
|
|||
|
description: '現在オンライン(10分以内に何らかのアクションをとった)であるユーザ数です。',
|
|||
|
},
|
|||
|
},
|
|||
|
},
|
|||
|
errors: {},
|
|||
|
}
|