/notes/:id/reaction (POST)
POST /notes/:id/reaction
POST
/notes/:id/reaction
Authorizations
Parameters
Path Parameters
id
required
Note ID
string
Request Body
object
emoji
required
Emoji
string
Responses
200
OK
object
id
required
Note ID
string
content
required
Note content
string
visibility
required
Note visibility
string
contents_warning_comment
required
Contents warning comment
string
author_id
required
Author account ID
string
created_at
required
Note created date
string
attachment_files
required
Note Attachment Media
Array<object>
object
id
required
Attachment Medium id
string
name
required
Attachment filename
string
author_id
required
Attachment author account id
string
hash
required
Attachment medium blurhash
string
mime
required
Attachment medium mime type
string
nsfw
required
If true, attachment is nsfw
boolean
url
required
Attachment medium url
string format: uri
thumbnail
required
Attachment thumbnail url
string
400
Bad Request
404
Not Found
object
error
required
Note not found
string
500
Internal Server Error
Internal Error
object
error
required
Internal Error
string