v1
latestOpenAPI 3.0.02026-08-062903562.2 MBComment
createUpdateComment
Create Comment for specified Update
post/updates/{update}/comments
Path parameters
updateinteger required
Example:72631
The specified Update ID
Request body
Example request
{
"body": "Example Comment"
}Response
Success
Example response
{
"body": "Example Comment",
"commentable_id": 736,
"commentable_type": "update",
"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"
}