履歷建立與客製化
PUT /me/cvs/{id}/template 僅限工作階段
僅切換模板。
路徑參數
idstring (uuid) 必填- 履歷 ID。
請求內容
template_idstring 必填- 來自
/cv-templates的範本 ID。
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/template" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"template_id":"compact"}'{ "data": { "id": "0f2c…", "template_id": "compact" } }