---
title: "POST /time-entry"
method: POST
path: "/time-entry"
tags: ["Time Entries"]
---

# POST /time-entry

`POST /time-entry`

Create a new time entry for a task

## Request body

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

## Response `200`

Time entry created 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)
