Update a job status
This endpoint allows you to update a job status.
update job status
PUT
https://www.welcomekit.co/api/v1/external/jobs/:reference/update_status
The default status for a job offer is “draft”. In order to see it live, you will need to publish it.
Summary:
• draft
: private job offer (still visible on main view of the dashboard)
• published
: public job offer visible on all cms_sites_references
• archived
: private job offer (visible from archived jobs only)
Path Parameters
Name
Type
Description
reference
string
Job reference
Query Parameters
Name
Type
Description
status
string
Job status
Request example
Last updated
Was this helpful?