Blog comments
Comments on monoes.me blog posts.
POST
/api/community/blog/{slug}/commentscommunity:writePost a comment on a blog post.
Request
{ body: string }Response
201 { id, postSlug, authorId, authorUsername, body, createdAt }slug must match a real post; body 1-1000 chars.
DELETE
/api/community/blog/{slug}/comments/{commentId}community:writeDelete your own comment (or any comment, as a moderator/admin).
Response
{ id }