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

27 lines
509 B
Plaintext

{
summary: 'ピン留めされたユーザーを取得します。',
description: 'サーバーの管理者によってピン留めされたユーザーを取得します。',
tags: [
'users',
],
requireCredential: false,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'array',
optional: false,
nullable: false,
items: {
type: 'object',
optional: false,
nullable: false,
ref: 'UserDetailed',
$ref: 'misskey://UserDetailed',
},
},
errors: {},
}