CommentResponse
Type definition for CommentResponse.
Type: Result
Parents:
| Property | Type |
|---|---|
replies | CommentResponse[] |
total_replies | integer |
updated | integer |
created | integer |
author | UserResponse |
parent | string | null |
content_type | string |
is_editable | boolean |
text | string | null |
vote_score | integer |
reference | string |
my_score | integer |
preview | object |
hidden | boolean |
depth | integer |
Used in endpoints
- Edit Comment
PUT /comments/{comment_reference}as result - Write Comment
PUT /comments/{content_type}/{slug}as result - Latest Comments
GET /comments/latestas result - Thread
GET /comments/thread/{comment_reference}as result