履歷建立與客製化
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.
路徑參數
idstring (uuid) 必填- 履歷 ID。
bidstring (uuid) 必填- The batch id shared by the revisions to undo.
curl -X POST "https://freehire.me/api/v1/me/cvs/0f2c…/revisions/batch/f3c1…/undo" -b cookies.txt{ "data": { "id": "0f2c…", "title": "Backend engineer", "template_id": "classic", "created_at": "2026-07-01T10:00:00Z", "updated_at": "2026-07-28T20:16:00Z" } }