---
title: "PATCH /companies/{companySlug}/timeEntries/{timeEntryId}"
method: PATCH
path: "/companies/{companySlug}/timeEntries/{timeEntryId}"
tags: ["time entries"]
---

# PATCH /companies/{companySlug}/timeEntries/{timeEntryId}

`PATCH /companies/{companySlug}/timeEntries/{timeEntryId}`

Partially updates time entry with provided id. Only provided fields will be updated.

## Request body

- UpdateTimeEntryRequest — Partial update request for time entry. Only provided fields will be updated.
  - `date` string, date — Date of the time entry, format yyyy-MM-dd
  - `hours` number, double — Number of hours worked
  - `startTime` string — Start time of the work, format HH:mm (optional)
  - `description` string — Description of work performed (visible on invoices)
  - `internalNote` string — Internal note (not visible on invoices)
  - `activityId` integer — ID of the activity this time entry belongs to
  - `projectId` integer — ID of the project this time entry belongs to (optional)

## Response `200`

OK

---

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