Timelogs

Appeal a timelog(amend)

PUT appeal timelog (amend)

Endpoint

PUT /api/v1/timesheets/:timesheet_id/timelogs/:id/appeal

Request

Route

PUT /api/v1/timesheets/187/timelogs/225/appeal

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjIwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjE5LCJleHAiOjE3NTU4NTgyMTksImp0aSI6ImVmZjI2YjVmLTBkOWUtNGEyZC05MjcxLTg1MzBiNzE5YTU5ZSJ9.e9BkNg2mit-LGl5ODcdfYPP4xjoN-zVxyG6MInAie_k
Host: example.org
Cookie: 

Body

{
  "timelog": {
    "comment": "I disagree with this timelog"
  }
}

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/"0292008aba77cf6494b525ef3a4238bc"
cache-control: max-age=0, private, must-revalidate
x-request-id: f3925f4f-65d7-4824-aebd-faac63cb5c84
x-runtime: 0.046186
content-length: 210

Body

{
  "timelog": {
    "id": 226,
    "amend_status": "appealed",
    "breaks": [

    ],
    "comment": "I disagree with this timelog",
    "duration": {
      "hours": 8,
      "minutes": 1
    },
    "end_at": "2025-07-23T18:23:39.410Z",
    "start_at": "2025-07-23T10:22:39.410Z"
  }
}