履歷建立與客製化

PUT /me/cvs/{id}/tracer-links 僅限工作階段

Turn link tracing on or off for this CV's PDF.

Off is the default for every CV. Turning it on is refused with a 409 on a deployment with no visitor salt configured — there would be no honest way to count distinct visitors. Turning it off is never refused.

路徑參數

id string (uuid) 必填
履歷 ID。

請求內容

enabled boolean 必填
Turn tracing on or off.
curl
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/tracer-links" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"enabled":true}'
json — response
{ "data": { "tracer_links_enabled": true } }

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

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

A new version of freehire is available