API Reference/Endpoints
Edit a job posting
PATCH/api/linkedin/gateway/linkedin/jobs/{job_id}
Updates fields on an existing draft or already-published posting. Send only the fields you want changed — everything else is left as-is.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Body parameters
Response fields
Editing a posting doesn't change its
state — a published posting stays published with the new content applied. Use Publish a job posting to move a draft live, or Close a job posting to take one down.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No job posting with that id belongs to this account.