File Comments
A FileComment is a comment attached to a file by a user.
Resource Schema
Required
| Property | Description |
|---|---|
| body String | Comment body. |
| path String | File path. |
Read Only
| Property | Description |
|---|---|
| id Int64 | File Comment ID |
| reactions Dynamic | Reactions to this comment. |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | File Comment ID |
| path String | File path. |
Read Only
| Property | Description |
|---|---|
| body String | Comment body. |
| reactions Dynamic | Reactions to this comment. |