---
title: "PUT /time-entry/{id}"
method: PUT
path: "/time-entry/{id}"
tags: ["Time Entries"]
---

# PUT /time-entry/{id}

`PUT /time-entry/{id}`

Update an existing time entry

## Path parameters

- `id` string, required

## Request body

- object
  - `startTime` string, required
  - `endTime` string

## Response `200`

Time entry updated successfully

- unknown

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/f087930faab7/schema)
