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/449/description

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjk5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgwLCJleHAiOjE3NDAxNDM1ODAsImp0aSI6IjY0N2VhN2M0LTEyNGYtNDBhMy1iMGZmLWZiZGNjY2E1YmM3YiJ9.pBWZBFVu0QEDJAmlgIiomTNtYNQhZGbHCq9XXMVhdlY
Host: example.org
Cookie: 

Body

{
  "job": {
    "description": "Non rerum doloremque. Autem nemo quas. Inventore ex vitae."
  }
}

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/"360f3decd669f1d60cc4c3ae9e427f2a"
cache-control: max-age=0, private, must-revalidate
x-request-id: b800cf35-3edf-4246-8129-cac14475859d
x-runtime: 0.010339
content-length: 200

Body

{
  "job": {
    "id": 449,
    "industries": [
      "international",
      "courier"
    ],
    "job_type": "full_time",
    "number": 54244227,
    "postcode": "B1 1AA",
    "published_at": "2025-01-22T12:13:00.623Z",
    "title": "Global Construction Liaison"
  }
}