Jobs

Update job description

PUT update job description

Endpoint

PUT /api/v1/jobs/:id/description

Parameters

Name Description
job[description] required Job description

Request

Route

PUT /api/v1/jobs/456/description

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY0LCJleHAiOjE3NjM1NDI0NjQsImp0aSI6IjQyZGM4OWI0LTcxZTUtNDE2Ni1iNTM5LTVmODVmYjFhNTQ1ZCJ9.nQcNYQY65G-0dwaaGOGIEnzGWLZVYmK9Wy5_keczMpI
Host: example.org
Cookie: 

Body

{
  "job": {
    "description": "Corporis ea eligendi. Praesentium eos vero. Non nostrum ea."
  }
}

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/"90d918b527605faf6367bcd53d0b59c7"
cache-control: max-age=0, private, must-revalidate
x-request-id: d2838d3e-34e5-4cc0-8218-912a46400f94
x-runtime: 0.008940
content-length: 222

Body

{
  "job": {
    "id": 456,
    "currency": "GBP",
    "industries": [
      "warehouse",
      "medical"
    ],
    "job_type": "fixed_term_contract",
    "number": 95658463,
    "postcode": "CF10 1AA",
    "published_at": "2025-10-20T07:54:24.118Z",
    "title": "Education Representative"
  }
}