Company feedback
POST /company-feedback/{id}/hide 審核人員
Hide a review, dropping it from the company's public list and average.
Idempotent. 404 for an unknown id.
路徑參數
idinteger 必填- The feedback entry id.範例
5
curl -X POST "https://freehire.me/api/v1/company-feedback/5/hide" -H "Authorization: Bearer $MODERATOR_API_KEY"(204 No Content)