Jobs

Adjust timer

POST adjust timer(admin)

Endpoint

POST /api/v1/jobs/:id/adjust_timer

Parameters

Name Description Type
job[timer_end_date] required Timer integer

Request

Route

POST /api/v1/jobs/537/adjust_timer

Headers

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

Body

{
  "job": {
    "timer_end_date": "2025-10-20T08:54:26Z"
  }
}

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/"dec954a9e08dba27c3b35509389212ff"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9fb8475d-eb4f-46c6-9767-dbbee1a9c261
x-runtime: 0.014403
content-length: 212

Body

{
  "job": {
    "id": 537,
    "currency": "GBP",
    "industries": [
      "van",
      "medical"
    ],
    "job_type": "temporary_contract",
    "number": 43171936,
    "postcode": "NG1 1AA",
    "published_at": "2025-10-06T08:54:26.858Z",
    "title": "Government Facilitator"
  }
}