jointrashposs/content/ja/.docs-legacy/api/endpoints/get-online-users-count.json5

21 lines
534 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
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: {},
}