---
title: "Update a time Entry"
method: PUT
path: "/v2/team/{team_id}/time_entries/{timer_id}"
tags: ["Time Tracking"]
---

# Update a time Entry

`PUT /v2/team/{team_id}/time_entries/{timer_id}`

Update the details of a time entry.

## Path parameters

- `team_id` number, required
- `timer_id` number, required

## Query parameters

- `custom_task_ids` boolean
- `team_id` number

## Request body

- object
  - `description` string
  - `tags` Items[], required — Unlimited uses of time entry tags are available on the Business Plus and Enterprise Plan. — unresolved $ref
  - `tag_action` string — Tag actions are `replace`, `add`, and `remove`. You can perform one tag action per request.
  - `start` integer — When providing `start`, you must also provide `end`.
  - `end` integer — When providing `end`, you must also provide `start`.
  - `tid` string — You can provide a task ID to associate the time entry with a task. Unlimited uses of time entries that are not associated with tasks are available on the Business Plus and Enterprise Plan.
  - `billable` boolean
  - `duration` integer

## Response `200`

- object

---

[API](https://skmtc.dev/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.dev/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
