活動與共享看板

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

將您儲存的搜尋之一發佈為公開圖板。

建立(或保留)板塊並設定可選的作者標籤。所有者範圍;缺失/非擁有的 ID 是 404。傳回已儲存的搜尋,現在帶有 public_slug

路徑參數

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

請求內容

author_label string
板上顯示的標籤;空白/省略將其匿名呈現。範例 Jane D.
curl
curl -X POST "https://freehire.me/api/v1/me/searches/2/share" \
  -H 'Content-Type: application/json' -b cookies.txt \
  -d '{"author_label":"Jane D."}'
json — response
{ "data": { "id": 2, "name": "Senior Go remote", "query": "q=go&seniority=senior&work_mode=remote", "public_slug": "senior-go-remote-3f9a", "author_label": "Jane D." } }

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

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

A new version of freehire is available