monoesdocs
Menu

API reference

Blog comments

Comments on monoes.me blog posts.

POST/api/community/blog/{slug}/commentscommunity:write

Post 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:write

Delete your own comment (or any comment, as a moderator/admin).

Response

{ id }