v1
latestOpenAPI 3.0.02026-08-062903562.2 MBComment
createStoryComment
Create Comment for specified Story
post/stories/{story}/comments
Path parameters
storyinteger required
Example:736
The specified Story ID
Request body
Example request
{
"body": "Example Comment"
}Response
Success
Example response
{
"body": "Example Comment",
"commentable_id": 72552,
"commentable_type": "story",
"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"
}