We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update a comment.
PUT https://your-host/your-mt-api.cgi/v1/sites/:site_id/comments/:comment_id Detail
XMLHttpRequest: A XMLHttpRequest object
api.updateComment(siteId, commentId, commentData, function(response) { if (response.error) { // Handle error return; } // Do stuff });