There was an error while loading. Please reload this page.
Create a new reply comment.
POST https://your-host/your-mt-api.cgi/v1/sites/:site_id/entries/:entry_id/comments/:comment_id/replies Detail
XMLHttpRequest: A XMLHttpRequest object
api.createReplyComment(siteId, entryId, commentId, commentData, function(response) { if (response.error) { // Handle error return; } // Do stuff });