Update Canned Comment
/questions/{question_id}/canned_comments/{canned_comment_id}
Update Canned Comment [PUT]
Update an existing canned comment
Authorization: Admin, Web, Mobile
Request
Body{
questionId: 13433,
comment: "The chain needs lubrication.",
selectionId: "7992",
id: 194436
}
Response 200
Body
{
"item":
{
"id":194436,
"comment":"The chain needs lubrication.",
"selectionId":7992,
"questionId":13433
}
}