經驗資料庫

PUT /me/experience/employments/{id} 僅限工作階段

編輯一項就業。

路徑參數

id string (uuid) 必填
就業 ID。
curl
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"}'
json — response
{ "data": { "id": "3fa8…", "kind": "job", "company": "Acme", "role": "Staff Engineer" } }

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

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

A new version of freehire is available