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.eyJzdWIiOiIxMzI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI1LCJleHAiOjE3NTExMDg1MjUsImp0aSI6IjExNTYzM2FiLTAwNmMtNGZiOC04MDljLWY3YTZhMWJiMDlmMCJ9.2SIuXgaWFkvqSoydjqLMiFySGjo1mnJQ9K6688DYvJY
Host: example.org
Cookie:
Body
{
"job": {
"description": "Nulla molestiae odio. Porro temporibus repellendus. Similique nihil ut."
}
}
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/"50735b185a4dd752ba0a9e158e3f0383"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4db38a6d-2074-41c0-989e-784c5d4736f9
x-runtime: 0.008427
content-length: 210
Body
{
"job": {
"id": 456,
"industries": [
"bus",
"private_hire"
],
"job_type": "temporary_contract",
"number": 31310567,
"postcode": "CF10 1AA",
"published_at": "2025-05-29T10:02:05.790Z",
"title": "Investor Hospitality Specialist"
}
}