jointrashposs/content/ja/.docs-legacy/api/endpoints/clips/list.json5

27 lines
522 B
Plaintext
Raw Permalink Normal View History

2023-07-08 10:36:02 +02:00
{
summary: 'ログイン中のユーザーが作成したクリップの一覧を取得します。',
description: 'ログイン中のユーザーが作成したクリップの一覧を取得します。',
tags: [
'clips',
],
requireCredential: true,
req: {
type: 'object',
properties: {},
required: [],
},
res: {
type: 'array',
optional: false,
nullable: false,
items: {
type: 'object',
optional: false,
nullable: false,
ref: 'Clip',
$ref: 'misskey://Clip',
},
},
errors: {},
}