v1
latestOpenAPI 3.0.02026-08-062903562.2 MBLike
createFeedItemLike
Create a Like for the specified Feed Item
post/feed-items/{feed_item}/likes
Path parameters
feed_iteminteger required
Example:876
Primary identifier of specified Feed Item
Request body
Example request
{
"member_id": 2012,
"likeable_id": 876,
"likeable_type": "feed_item"
}Response
Success
Example response
{
"id": 3397,
"member_id": 2012,
"liker_name": "John Doe",
"likeable_id": 876,
"likeable_type": "feed_item",
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z"
}