Jobs

Publish job

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/453/publish

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzEzIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM4LCJleHAiOjE3NDUwNTY5MzgsImp0aSI6IjA2YmRmYmYyLTk2MzItNDE5My1hNDY5LTFhMzNkNzEwOGM5MSJ9.HbiWIKUr5cOvbLyz3XLzQKM6xRcvKXrZX1uQ0-qnF9k
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/"26d091b994cbb4afd8c1f89d8d392887"
cache-control: max-age=0, private, must-revalidate
x-request-id: fea7dac1-289a-4d75-9156-07dada7f1e65
x-runtime: 0.083431
content-length: 200

Body

{
  "job": {
    "id": 453,
    "industries": [
      "warehouse",
      "tourism"
    ],
    "job_type": "fixed_term_contract",
    "number": 1911188,
    "postcode": "LS1 1UR",
    "published_at": "2025-03-20T10:02:18.264Z",
    "title": "Customer Orchestrator"
  }
}