---
title: "Changes to Update time entry"
method: PUT
path: "/time-entry/{id}"
---

# Changes to Update time entry

`PUT /time-entry/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 4 info
- **2026-07-11** `32cece1ebe43` — 4 breaking, 1 info
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
- **2026-03-04** `298877d6a79a` — 3 breaking
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
- **2025-12-13** `75119d670ebb` — 1 info
- **2025-12-11** `93b231773126` — 1 breaking, 8 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 3 breaking, 4 info
  - the `endTime` request property type/format changed from `string`/`` to `string`/`date-time`
  - the `startTime` request property type/format changed from `string`/`` to `string`/`date-time`
  - the response property `endTime` became nullable for the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - the response property `endTime` became required for the status `200`
- **2026-07-11** `32cece1ebe43` — 4 breaking, 1 info
  - request body became required
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `endTime` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `startTime` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - added the required property `updatedAt` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `duration` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `duration` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `duration` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `duration` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `duration` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
  - the response property `endTime` became optional for the status `200`
  - removed `subschema #1, subschema #2` from the `endTime` response property `anyOf` list for the response status `200`
- **2025-12-13** `75119d670ebb` — 1 info
  - added the new optional request property `description`
- **2025-12-11** `93b231773126` — 1 breaking, 8 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `description` to the response with the `200` status
  - added the required property `duration` to the response with the `200` status
  - added the required property `endTime` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `startTime` to the response with the `200` status
  - added the required property `taskId` to the response with the `200` status
  - added the required property `userId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/time-entry/:id/put.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/time-entry/:id/put)
