活動與共享看板
POST /me/searches/{id}/share 僅限工作階段
將您儲存的搜尋之一發佈為公開圖板。
建立(或保留)板塊並設定可選的作者標籤。所有者範圍;缺失/非擁有的 ID 是 404。傳回已儲存的搜尋,現在帶有 public_slug。
路徑參數
idinteger 必填- 已儲存的搜尋 ID。範例
2
請求內容
author_labelstring- 板上顯示的標籤;空白/省略將其匿名呈現。範例
Jane D.
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."}'{ "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." } }