---
title: "update existing tracking object"
method: PUT
path: "/projects/tracking"
tags: ["tracking"]
---

# update existing tracking object

`PUT /projects/tracking`

## Request body

- Tracking
  - `id` integer
  - `start_time` string
  - `duration` integer
  - `note` string
  - `project_id` integer
  - `estimate_item_id` integer
  - `tracking_type` integer
  - `amount` number

## Response `200`

successful operation

- Tracking
  - `id` integer
  - `start_time` string
  - `duration` integer
  - `note` string
  - `project_id` integer
  - `estimate_item_id` integer
  - `tracking_type` integer
  - `amount` number

---

[API](https://skmtc.net/trackfront/apis/trackfront-v1.md) · [All operations](https://skmtc.net/trackfront/apis/trackfront-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackfront/trackfront-v1/versions/46087eaf6f2a/schema)
