Articles
Post Article Comment
Posts a new comment on a published article on behalf of the authenticated customer.
POST
Post Article Comment
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Numeric identifier of the article. Returned as
Id from GET /api/public/blogPosts.Request Body
The text body of the comment.
Response
Returns a200 OK on success.
Examples
Post a comment
TypeScript Integration
Post Article Comment