經驗資料庫
PUT /me/experience/employments/{id} 僅限工作階段
編輯一項就業。
路徑參數
idstring (uuid) 必填- 就業 ID。
curl -X PUT "https://freehire.me/api/v1/me/experience/employments/3fa8…" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"company":"Acme","role":"Staff Engineer"}'{ "data": { "id": "3fa8…", "kind": "job", "company": "Acme", "role": "Staff Engineer" } }