Create Canned Comment
/questions/{id}/canned_comments
Create Canned Comment [POST]
Create a new canned comment for a question.
Authorization: Admin, Web, Mobile
Request
Body {
questionId: 13430,
comment: "The chain needs lubrication."
}
Response 200
Body
{
"item":
{
"id":194435,
"comment":"The chain needs lubrication.",
"selectionId":null,
"questionId":13430
}
}