經驗資料庫

POST /me/experience/atoms/merge 僅限工作階段

Fold two of your atoms into one richer keep.

Session-only, unlike its sibling create/edit/delete routes — the merge folds the discarded atom’s metrics and skills into the kept one while the kept one’s own provenance stands, letting a manual atom absorb numbers a model had inferred, so it cannot be widened to a key the way the others were.

請求內容

ids string[] (2 uuids) 必填
Exactly two atom ids; the first is kept.範例 ["88b1…","91c2…"]
curl
curl -X POST "https://freehire.me/api/v1/me/experience/atoms/merge" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"ids":["88b1…","91c2…"]}'
json — response
{ "data": { "id": "88b1…", "claim": "Cut p99 checkout latency 40% (12k rps)", "metrics": ["40%", "12k rps"], "provenance": "manual" } }

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

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

A new version of freehire is available