Love Story
Used to react to love story/ love comments of the story and comment on that story
Love Story
Request
POST /v1/stories/love 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*****5xTtpdbQI
Content-Length: 48
{
"storyId":"658be597b1ea171f8846cc67"
}
Unlove Story
Request
POST /v1/stories/unlove 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*****5xTtpdbQI
Content-Length: 48
{
"storyId":"658be597b1ea171f8846cc67"
}
Love Comment Story
Request
POST /v1/stories/comment/love 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*****5xTtpdbQIHwduo-tzQs
Content-Length: 89
{
"storyId":"658be597b1ea171f8846cc67",
"commentId": "658be6aeb1ea171f8846cc6c"
}
Parameter
Key
Type
Description
commentId *required
String
Id of the comment
Last updated