v1
latestOpenAPI 3.0.02026-08-062903562.2 MBLike
createStoryLike
Create a Like for the specified Story
post/stories/{story}/likes
Path parameters
storyinteger required
Example:736
Primary identifier of specified Story
Request body
Example request
{
"member_id": 2012,
"likeable_id": 736,
"likeable_type": "story"
}Response
Success
Example response
{
"id": 3397,
"member_id": 2012,
"liker_name": "John Doe",
"likeable_id": 736,
"likeable_type": "story",
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z"
}