---
title: "Updates an existing Ticket Timer by ID"
method: PATCH
path: "/ticket_timers/{id}"
tags: ["Ticket Timer"]
---

# Updates an existing Ticket Timer by ID

`PATCH /ticket_timers/{id}`

Required permission: Ticket Timers - Overview

## Path parameters

- `id` integer, required

## Request body

- object
  - `billable` boolean

## Response `200`

successful

## Other responses

- `404` — not found
- `422` — invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
