履歷建立與客製化

POST /me/cvs/{id}/revisions/batch/{bid}/undo 僅限工作階段

Reverse every standing edit of one agent turn, newest first.

bid is a revision’s batch_id from the history feed, not a separate id — undoing one entry of a batch and then the batch itself is well-defined, since an already-reverted entry is simply skipped.

路徑參數

id string (uuid) 必填
履歷 ID。
bid string (uuid) 必填
The batch id shared by the revisions to undo.
curl
curl -X POST "https://freehire.me/api/v1/me/cvs/0f2c…/revisions/batch/f3c1…/undo" -b cookies.txt
json — response
{ "data": { "id": "0f2c…", "title": "Backend engineer", "template_id": "classic", "created_at": "2026-07-01T10:00:00Z", "updated_at": "2026-07-28T20:16:00Z" } }

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

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

A new version of freehire is available