Update job description
Jobs
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/451/description
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzA3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM4LCJleHAiOjE3NDUwNTY5MzgsImp0aSI6IjZhYmY3MzJkLWE0ZjctNDFkZC1iMDc2LTIwMGIxNjliY2E4YyJ9.b-YKJQ_qEDRDNIJTBebBzxV_vZLYE-Aly1y86N24buc
Host: example.org
Cookie:
Body
{
"job": {
"description": "Quo officia commodi. Nostrum quia expedita. Dolor et hic."
}
}
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/"179eef41700a15c46e5aa891f83b8a31"
cache-control: max-age=0, private, must-revalidate
x-request-id: ae8c50dd-8cfd-4392-a2c7-ed803c943b67
x-runtime: 0.009071
content-length: 204
Body
{
"job": {
"id": 451,
"industries": [
"rail_replacement",
"bus"
],
"job_type": "fixed_term_contract",
"number": 13847621,
"postcode": "LS1 1UR",
"published_at": "2025-03-20T09:02:18.142Z",
"title": "Government Supervisor"
}
}