v4

latestSwagger 2.02026-08-0343714211.7 MB
file_comments
File Comments

Update File Comment

Update File Comment

patch/file_comments/{id}

Path parameters

idinteger required

File Comment ID.

Response

The FileComments object.

idinteger

File Comment ID

bodystring

Comment body.

Example response

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