Company feedback
POST /company-feedback/{id}/report Session only
Report a specific review.
A second report of the same review by you is a silent no-op.
Path parameters
idinteger required- The feedback entry id.Example
5
Body
reasonstring required- Report reason code.Example
spam
curl -X POST "https://freehire.me/api/v1/company-feedback/5/report" \
-b cookies.txt -H 'Content-Type: application/json' \
-d '{"reason":"spam"}'(204 No Content)