Feedback behavior insight
POST /v1/behavior/insights/:id/feedback — Record bounded helpful/not-helpful feedback for one insight.
POST /v1/behavior/insights/:id/feedback
Record bounded helpful/not-helpful feedback for one insight.
| Method | POST |
| Path | /v1/behavior/insights/:id/feedback |
| Auth | Authorization: Bearer <token> required |
| Category | behavior |
Request body
{ "helpful": true }