Adds a new comment to a community post.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
URL Parameters
The unique identifier of the community
The unique identifier of the post
Request Body
Comment content (required, cannot be blank)
Returns
Returns the created comment object.Error Responses
Returned when user doesn’t have access to the post
ERROR
Returned when validation fails
ERROR
Notes
- Authorization: User must be a member of the community and have access to the post
- Notification: If community has
notify_new_commentsenabled, owner receives email - Content: Comment content cannot be blank

