Adjust timer
Jobs
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.eyJzdWIiOiIxNDUwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQxLCJleHAiOjE3NDUwNTY5NDEsImp0aSI6IjRlOTA2MTA0LTczMzEtNDJhOS04MDdmLWI0OTdiNDQ0MmZhMiJ9.2TsHIyWNtXBh8jznDZTbK0afJSa2Q3lDY2d1FJaLALA
Host: example.org
Cookie:
Body
{
"job": {
"timer_end_date": "2025-03-20T10:02:21Z"
}
}
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/"2f12aa3e35af66bfc528c46ea605f9f3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 61c0a135-a68a-4b2c-acf7-a948d82d6184
x-runtime: 0.017746
content-length: 201
Body
{
"job": {
"id": 537,
"industries": [
"tourism",
"warehouse"
],
"job_type": "part_time",
"number": 88461203,
"postcode": "LS1 1UR",
"published_at": "2025-03-06T10:02:21.606Z",
"title": "Future Government Administrator"
}
}