經驗資料庫
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.
請求內容
idsstring[] (2 uuids) 必填- Exactly two atom ids; the first is kept.範例
["88b1…","91c2…"]
curl -X POST "https://freehire.me/api/v1/me/experience/atoms/merge" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"ids":["88b1…","91c2…"]}'{ "data": { "id": "88b1…", "claim": "Cut p99 checkout latency 40% (12k rps)", "metrics": ["40%", "12k rps"], "provenance": "manual" } }