Skip to main content
POST
Post Article Comment

Post Article Comment

Submits a new comment on a published article. Only available when comments are enabled for the post.

Authentication

Requires a valid customer bearer token.

Path Parameters

postId
number
required
Numeric identifier of the article. Returned as Id from GET /api/public/blogPosts.

Request Body

comment
string
required
The text body of the comment.

Response

Returns a 200 OK on success.

Examples

Post a comment

TypeScript Integration