v1
latestOpenAPI 3.0.02026-08-062903562.2 MBComment
createFeedItemComment
Create comment for specified Feed Item
post/feed-items/{feed_item}/comments
Path parameters
feed_iteminteger required
Example:876
The specified Feed Item ID
Request body
Example request
{
"body": "Example Comment"
}Response
Success
Example response
{
"body": "Example Comment",
"commentable_id": 876,
"commentable_type": "feed_item",
"commenter_name": "GoFundMe Pro Commenter",
"author_display_name": "Pat Supporter",
"created_at": "2021-04-23T08:23:21Z",
"id": 47281,
"likes_count": 5,
"member_id": 2012,
"updated_at": "2021-04-23T08:23:21Z"
}