職缺檢舉

POST /reports/{id}/resolve 審核人員

解決報告,可以選擇關閉職缺並告訴報告者。

路徑參數

id integer 必填
報告 ID。範例 3

請求內容

close_job boolean
軟關閉報告的職缺。範例 true
note string
您對該報告做了什麼。設定notify_reporter 後,透過電子郵件逐字傳送給報告者,並以任何方式儲存為審核原因。範例 Fixed — the job is now marked hybrid
notify_reporter boolean
透過電子郵件將此決定告知記者。省略時預設為 false。範例 true
curl
curl -X POST "https://freehire.me/api/v1/reports/3/resolve" \
  -H "Authorization: Bearer $MODERATOR_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"close_job":true,"note":"Fixed — the job is now marked hybrid","notify_reporter":true}'
json — response
{ "data": { "id": 3, "status": "resolved", "notified": true } }

要針對這個職缺調整履歷嗎?

目前無法檢查您與這個職缺的符合程度;請先將履歷加入個人檔案,下次即可查看。

A new version of freehire is available