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.eyJzdWIiOiIxNjIwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzU4MDEyNTA1LCJleHAiOjE3NjA2MDQ1MDUsImp0aSI6ImNmNTYwMmMyLWU0YTItNDAxOS1hODBkLWQ3MDgwMWY5ODA5ZCJ9.2XUAxz0wbz2PZI1QjX3Ndbdp_HabXe6ddiskSsW6rkU
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/"d65ccdc90bc2600f51568b46a88b0ffb"
cache-control: max-age=0, private, must-revalidate
x-request-id: bf46f01d-5420-41de-a635-6ad526642d30
x-runtime: 0.035717
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-09-16T16:48:25.454Z",
    "start_at": "2025-09-16T08:47:25.454Z"
  }
}