履歷建立與客製化
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.
路徑參數
idstring (uuid) 必填- 履歷 ID。
請求內容
enabledboolean 必填- Turn tracing on or off.
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/tracer-links" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"enabled":true}'{ "data": { "tracer_links_enabled": true } }