v4

latestSwagger 2.02026-08-0343714211.7 MB
file_comments
File Comments

Create File Comment

Create File Comment

post/file_comments

Response

The FileComments object.

idinteger

File Comment ID

bodystring

Comment body.

Example response

{
  "id": 1,
  "body": "What a great file!",
  "reactions": [
    {
      "id": 1,
      "emoji": "👍"
    }
  ]
}