---
search:
  tags:
    - account
    - PATCH
seo:
  description: >-
    Updates metadata of an existing time tracker. You can modify any… Reference
    for the PATCH /account/time-tracker/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: PATCH
  label: Update existing time tracker
title: Update existing time tracker
type: openapi-operation
---
Updates metadata of an existing time tracker. You can modify any of the following fields:
- timeTrackingType: Change between Task and Project tracking
- projectId: Change or remove project association
- taskId: Change or remove task association
- activityId: Change or remove activity category
- comment: Update or remove the comment
- correction: Adjust tracked time in minutes (positive to add time, negative to subtract)

All fields are optional - only provided fields will be updated. The tracker must belong to the authenticated user.

Note: This does not affect the tracker intervals or running status. Use pause/resume endpoints to control time tracking.

<Operation source="api-reference" id="timetrackercontroller-update" />
