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