/notes/:id/renote
POST /notes/:id/renote
POST
/notes/:id/renote
Authorizations
Parameters
Path Parameters
id
required
Note ID
string
Request Body
object
content
required
Note content (max 3000 characters/if attachment file exists, allow 0 character)
string
attachment_file_ids
required
Attachment file IDs (max 16 files)
Array<string>
contents_warning_comment
required
Contents warning comment (max 256 characters)
string
Responses
200
OK
object
id
required
Note ID
string
content
required
Note content
string
visibility
required
Note visibility
string
original_note_id
required
Original note ID
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
403
You are silenced
You can’t set note visibility to PUBLIC
object
error
required
You are silenced (You cannot set visibility to public
string
404
Note not found
500
Internal Server Error
Internal Error
object
error
required
Internal Error
string