Feedback
Update feedback status
patch/v1/feedback/{feedbackId}
Path parameters
feedbackIdstring required
Example:fb_123
Request body
Example request
{
"status": "new"
}Response
Feedback updated successfully
Example response
{
"feedback": {
"source": "mcp",
"kind": "bug",
"sentiment": "negative",
"status": "new"
}
}