Moderator jobs

PATCH /jobs/{slug} Moderator

Edit a curated job.

Path parameters

slug string required
The job public_slug.

Body

(any job field) varies
Same fields as create; provided fields are updated.
curl
curl -X PATCH "https://freehire.me/api/v1/jobs/<slug>" \
  -H "Authorization: Bearer $MODERATOR_API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"title":"Staff Go Engineer"}'
json — response
{ "data": { "public_slug": "...", "title": "Staff Go 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