v1
latestOpenAPI 3.0.02026-07-24234471.0 KBFeedback Comment
Comment on a feedback
Creates a feedback comment
post/feedback/comment
Request body
Example request
{
"feedbackId": 4455,
"replyCommentId": 4455,
"userId": 4455
}Response
Created
Example response
{
"id": 4455,
"userId": 4455,
"replyCommentId": 4455,
"Member": {
"id": 4455,
"userId": 4455
},
"Feedback": {
"id": 4455,
"assigneeId": 4455,
"projectId": 4455,
"title": "This button doesn't work"
}
}