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