履歷建立與客製化
PUT /me/cvs/{id} 僅限工作階段
替換履歷——標題、模板和文件。
路徑參數
idstring (uuid) 必填- 履歷 ID。
請求內容
titlestring- 新標籤。
template_idstring- 新模板。
documentobject 必填- 整個履歷文件。
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"title":"Backend engineer","document":{…}}'{ "data": { "id": "0f2c…", "updated_at": "2026-07-28T20:10:00Z" } }