jointrashposs/content/ja/.docs-legacy/api/endpoints/admin/emoji/copy.json5

43 lines
604 B
Plaintext
Raw Normal View History

2023-07-08 10:36:02 +02:00
{
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: '',
},
},
}