MINARA

Record recommendation feedback

POST /v1/behavior/recommendations/:id/feedback — Accept, dismiss, or mark a suggestion unsuitable.

POST /v1/behavior/recommendations/:id/feedback

The JSON body must contain outcome with one of accepted, dismissed, or not_suitable. Feedback closes the active candidate and applies a cooldown so the same suggestion does not immediately reappear.

MethodPOST
AuthAuthorization: Bearer <token> required
Categorybehavior

On this page