このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"name": "string"
}curl --location --request GET 'https://misskey.io/api/emoji' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"aliases": [
"string"
],
"name": "string",
"category": "string",
"host": "string",
"url": "string",
"license": "string",
"isSensitive": true,
"localOnly": true,
"requestedBy": "string",
"memo": "string",
"roleIdsThatCanBeUsedThisEmojiAsReaction": [
"string"
],
"roleIdsThatCanNotBeUsedThisEmojiAsReaction": [
"string"
]
}