---
title: "Updates a Timelog"
method: PUT
path: "/timelogs"
tags: ["Timelog"]
---

# Updates a Timelog

`PUT /timelogs`

Users with permission "Timelogs - Manage" may see timelogs for any/all users.
Otherwise, results scoped to current user.

## Request body

- object
  - `lunch` boolean
  - `in_at` string, date-time
  - `out_at` string, date-time
  - `in_note` string
  - `out_note` string

## Response `200`

successful

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
