已儲存的搜尋與訂閱

PATCH /me/searches/{id} 僅限工作階段

重新命名或重新查詢已儲存的搜尋。

路徑參數

id integer 必填
已儲存的搜尋 ID。範例 2

請求內容

name string
新名稱(可選)。
query string
新查詢(可選)。
curl
curl -X PATCH "https://freehire.me/api/v1/me/searches/2" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"name":"Senior Go — EU remote"}'
json — response
{ "data": { "id": 2, "name": "Senior Go — EU remote", "query": "..." } }

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

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

A new version of freehire is available