Add Comments
This API allowing users to post comments, reply to others, and participate in discussions about the story
Request
POST /v1/stories/comment HTTP/1.1
Host: story.api.mimiland.io
Content-Type: application/json
mm-client-id: mml
mm-user-id: 6552e9dd1f835ac7ca4ba3ec
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQItzQs
Content-Length: 107
{
"storyId":"658be597b1ea171f8846cc67",
"comment": {
"content": "peekapoo"
}
}
Parameter
Key
Type
Description
content *required
String
Content wanna comment on the story
Last updated