個人檔案與履歷

PUT /me/resume/contacts 僅限工作階段

Override one or more contact-block fields on your profile.

Each body field is owned per field: a value you set here takes over that field from whatever the structured résumé extract would otherwise contribute. Omit a field to leave it as-is; to clear rather than override, use POST /me/resume/contacts/replace-from-cv.

請求內容

full_name string
Overrides the extracted name.
email string
Overrides the extracted email.
phone string
Overrides the extracted phone.
location string
Overrides the extracted location.
links string[]
Overrides the extracted links.
headline string
A one-line positioning statement.
summary string
A short profile summary.
languages string[]
Spoken/written languages.
certifications string[]
Certifications to show.
education object[]
Education entries to show.
curl
curl -X PUT "https://freehire.me/api/v1/me/resume/contacts" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"email":"[email protected]","phone":"+1 555 0100"}'
json — response
{ "data": { "full_name": "Jane Doe", "email": "[email protected]", "phone": "+1 555 0100", "location": "Berlin, Germany" } }

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

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

A new version of freehire is available