Parameter | Type | Description |
---|---|---|
id |
Integer |
Unique identifier of the comment. |
text |
String |
Comment content. |
creator |
creator |
Person, who created the comment. |
responds_to |
Integer |
Unique identifier of another comment this comment responds to. |
created_at |
Timestamp |
Date and time the comment has been created. |
responses |
Array |
List of comments that respond to this comment. |
review_status |
String |
Optional. Can be open or resolved . Use review_status if you want to indicated that this comment refers to a problem with the contribution. The contribution status will then changed to review . |