---
title: "Update a log/note entry"
method: PATCH
path: "/api/tickets/logs/{log_id}"
tags: ["tickets"]
---

# Update a log/note entry

`PATCH /api/tickets/logs/{log_id}`

Update action and/or message of a ticket log. Supervisor: only for supervised operator's ticket.

## Path parameters

- `log_id` string, uuid, required — Log entry UUID

## Request body

- UpdateLogRequest — Request to update a log/note entry.
  - `action` string, nullable — Action label
  - `message` string, nullable — Log message

## Response `200`

Successful Response

- TicketLogEntry — Single log/note entry for a ticket.
  - `id` string, required — Log UUID
  - `action` string, required — Action label
  - `message` string, nullable — Log message
  - `created_at` string, nullable — ISO datetime
  - `author_id` string, required — User UUID who wrote the log

## Other responses

- `422` — Validation Error

---

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