個人檔案與履歷

PUT /me/profile 僅限工作階段

建立或替換您的個人資料。

每次儲存時都會取代整個設定檔。未知的專業(必須是工作類別)、空技能或詞彙表之外的位置值是 400

請求內容

specializations string[] 必填
一項或多項工作類別(最多 5 個)。範例 ["backend"]
skills string[] 必填
規範技能標記(非空)。範例 ["go","postgresql"]
location_preferences object
選用位置區塊(work_modesremotebaserelocation);省略或為 null 即可清除。
curl
curl -X PUT "https://freehire.me/api/v1/me/profile" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"specializations":["backend"],"skills":["go","postgresql"]}'
json — response
{ "data": { "specializations": ["backend"], "skills": ["go", "postgresql"], "location_preferences": null } }

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

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

A new version of freehire is available