A BlogPostComment represents a comment left on a BlogPost. Each comment belongs to a specific blog post via BlogPostId.Comments have a Title and Text body, and can optionally include a Rating. The Published flag controls whether the comment is visible to readers — use this for moderation. The PostedById links the comment to the Coworker who authored it.
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the BlogPostComment-Create role.