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/456/description
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA4LCJleHAiOjE3NTU4NTgyMDgsImp0aSI6IjI5ZDQyMDVmLTU4MGUtNDM1NC1iNzFjLWZiYThkOGY4MTcyNiJ9.e2apY6dacPx5Oiywl_rCIR0Iw8af9beb4nuo8JNQHFw
Host: example.org
Cookie:
Body
{
"job": {
"description": "Aliquam esse dolorem. Commodi mollitia est. Debitis sint et."
}
}
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/"c03536f61665d2286134dd2b7a0ee3cc"
cache-control: max-age=0, private, must-revalidate
x-request-id: e1209f02-8466-4ea0-b48d-d49ded9c7cd1
x-runtime: 0.020310
content-length: 185
Body
{
"job": {
"id": 456,
"industries": [
"bus",
"van"
],
"job_type": "temporary_contract",
"number": 15397409,
"postcode": "L1 1AA",
"published_at": "2025-07-23T09:23:28.459Z",
"title": "Product Developer"
}
}