Used to update an existing Comment on a wall post.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
CommentID
CommentText
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/wall/comment
{ "CommentID": 123, "CommentText": "Great update! Thanks for sharing this with the team." }
{ "IsError": false, "ResponseMessage": "", "ResponseData": { "CommentID": 178, "WallID": 614, "CommentText": "Updated Comment 1", "FromUserID": 376, "FromUserName": "admin", "FromUserDisplayName": "Alexis Fox", "DatePosted": "2026-04-18T15:17:11.91", "DateTimeSpan": "10 minutes ago", "DateTimeISO": "2026-04-18T08:17:11.9100000-08:00", "DateTimeFull": "Tuesday, April 18, 2023 at 08:17", "SpaceID": 262, "CanBeDeleted": true, "CommentTextHtmlFormatted": "Updated Comment 1", "CommentTextFormatted": "Updated Comment 1", "isAwardComment": false, "UpdatedBy": 376, "DateUpdated": "2026-04-18T15:27:39", "DateTimeUpdatedSpan": "just now", "DateTimeUpdatedISO": "2026-04-18T08:27:39.0000000-08:00", "DateTimeUpdatedFull": "Tuesday, April 18, 2023 at 08:27", "CanBeEdited": true } }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/95455/rest-api-update-wall-post-comment
Your session has expired. You are being logged out.