List and create comments on a recipe. Supports @mentions.
GET /api/recipes//comments
No authentication required.
POST /api/recipes//comments
Requires authentication.
@username mentions are parsed, stored in recipe_comment_mentions, and trigger notifications via database triggers.
| Status | Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Invalid comment content |
| 401 | UNAUTHORIZED | Not authenticated |
| 404 | NOT_FOUND | Recipe not found or deleted |