mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-24 01:39:07 +01:00
43 lines
604 B
Plaintext
43 lines
604 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'admin',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
emojiId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'emojiId',
|
|
],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
properties: {
|
|
id: {
|
|
type: 'string',
|
|
optional: false,
|
|
nullable: false,
|
|
format: 'id',
|
|
},
|
|
},
|
|
required: [
|
|
'id',
|
|
],
|
|
},
|
|
errors: {
|
|
'e2785b66-dca3-4087-9cac-b93c541cc425': {
|
|
id: 'e2785b66-dca3-4087-9cac-b93c541cc425',
|
|
code: 'NO_SUCH_EMOJI',
|
|
description: '',
|
|
},
|
|
},
|
|
} |