Experience bank

PUT /me/experience/employments/{id} Session only

Edit one employment.

Path parameters

id string (uuid) required
The employment id.
curl
curl -X PUT "https://freehire.me/api/v1/me/experience/employments/3fa8…" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"company":"Acme","role":"Staff Engineer"}'
json — response
{ "data": { "id": "3fa8…", "kind": "job", "company": "Acme", "role": "Staff Engineer" } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available