---
title: "PUT /SurgicalRecords/{id}/events/{eventId}"
method: PUT
path: "/SurgicalRecords/{id}/events/{eventId}"
tags: ["SurgicalRecords"]
---

# PUT /SurgicalRecords/{id}/events/{eventId}

`PUT /SurgicalRecords/{id}/events/{eventId}`

## Path parameters

- `id` string, required
- `eventId` string, required

## Request body

- UpdateSurgicalTimelineEventRequest
  - `title` string, nullable
  - `details` string, nullable
  - `isPinned` boolean, nullable

## Response `200`

OK

- SurgicalTimelineEventDto
  - `id` string
  - `surgicalRecordId` string
  - `title` string
  - `details` string, nullable
  - `type` string
  - `color` string, nullable
  - `isPinned` boolean
  - `occurredAt` string, date-time
  - `sortOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
