Company feedback
POST /company-feedback/{id}/report 僅限工作階段
Report a specific review.
A second report of the same review by you is a silent no-op.
路徑參數
idinteger 必填- The feedback entry id.範例
5
請求內容
reasonstring 必填- Report reason code.範例
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)