v4
latestSwagger 2.02026-08-0343714211.7 MBfile_comments
File Comments
Update File Comment
Update File Comment
patch/file_comments/{id}
Path parameters
idinteger required
File Comment ID.
Response
The FileComments object.
Example response
{
"id": 1,
"body": "What a great file!",
"reactions": [
{
"id": 1,
"emoji": "👍"
}
]
}