List and create comments on a post. Supports @mentions.
GET /api/posts//comments
No authentication required.
POST /api/posts//comments
Requires authentication.
@username mentions from the comment content.post_comment_mentions.| Status | Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Invalid comment content |
| 401 | UNAUTHORIZED | Not authenticated |
| 404 | NOT_FOUND | Post not found or deleted |