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/542/adjust_timer

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDY4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjEzLCJleHAiOjE3NTU4NTgyMTMsImp0aSI6ImE2YzNlZDgwLTAwYzMtNDNjNy05YWRlLThlMTY4OTRjN2M1OCJ9.88O_rmQ-OcK5_IQoDu-jBclKsJFajvFlajix2uuG3Ks
Host: example.org
Cookie: 

Body

{
  "job": {
    "timer_end_date": "2025-07-23T10:23:33Z"
  }
}

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/"2c7c9a8d27a5806034264ce8a6cc099b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 30a310ac-f7c8-420b-b326-6867aa6ce513
x-runtime: 0.017371
content-length: 201

Body

{
  "job": {
    "id": 542,
    "industries": [
      "van",
      "bus"
    ],
    "job_type": "fixed_term_contract",
    "number": 98138543,
    "postcode": "LS1 1UR",
    "published_at": "2025-07-09T10:23:33.017Z",
    "title": "Principal Consulting Strategist"
  }
}