/post/{post-id}/comments
The comments attached to a post.
POST /post/{post-id}/comments HTTP/1.1
Host: localhost:3000
publish_speaking
permission is required.Name | Description | Type |
---|---|---|
|
The message of the comment. |
|
If successful :
{
"success" : true,
"_id" : "..."
}
Otherwise a relevant error message will be returned.
You can update comments by using the /comment
edge.
You can delete comments by using the /comment
edge.