Update A Comment

update(id, updatedAttributes)

const myClient // an authorized client instance
myClient.comment.update(123456789, { content: "Updated coment"}) // The comment is updated in the servers

Last updated