Publish job
Jobs
PUT publish job
Endpoint
PUT /api/v1/jobs/:id/publish
Parameters
Name | Description | Type |
---|---|---|
job[template] required | Save as template | boolean |
Request
Route
PUT /api/v1/jobs/458/publish
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzMxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA4LCJleHAiOjE3NTU4NTgyMDgsImp0aSI6Ijg5Mjk2YWNmLTQ2MGMtNDRlNC04ZmFkLWNiOTg2Y2JkMDViMyJ9.dn9TUnnEfam8aNR7t60x-WxxV3erRcow_Vnl3YWMasI
Host: example.org
Cookie:
Body
{
"job": {
"template": false
}
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"becfe79bc01a0cefea866ff11a3a0082"
cache-control: max-age=0, private, must-revalidate
x-request-id: c6901ba5-6f2f-42f9-a695-65fa341c8806
x-runtime: 0.112106
content-length: 194
Body
{
"job": {
"id": 458,
"industries": [
"bus",
"private_hire"
],
"job_type": "full_time",
"number": 67125158,
"postcode": "B1 1AA",
"published_at": "2025-07-23T10:23:28.637Z",
"title": "Investor Design Technician"
}
}