mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
35 lines
760 B
Plaintext
35 lines
760 B
Plaintext
{
|
|
summary: 'ページにいいねをつけます。',
|
|
description: 'ページにいいねをつけます。',
|
|
tags: [
|
|
'pages',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
pageId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
description: 'ページのid。',
|
|
},
|
|
},
|
|
required: [
|
|
'pageId',
|
|
],
|
|
},
|
|
res: {},
|
|
errors: {
|
|
'cc98a8a2-0dc3-4123-b198-62c71df18ed3': {
|
|
id: 'cc98a8a2-0dc3-4123-b198-62c71df18ed3',
|
|
code: 'ALREADY_LIKED',
|
|
description: 'すでにいいねをつけています。',
|
|
},
|
|
'28800466-e6db-40f2-8fae-bf9e82aa92b8': {
|
|
id: '28800466-e6db-40f2-8fae-bf9e82aa92b8',
|
|
code: 'YOUR_PAGE',
|
|
description: '自身のページにいいねをつけようとしました。',
|
|
},
|
|
},
|
|
}
|