---
title: "PUT /api/v1/atenciones/{id}"
method: PUT
path: "/api/v1/atenciones/{id}"
tags: ["rest-historia-clinica-atenciones-api"]
---

# PUT /api/v1/atenciones/{id}

`PUT /api/v1/atenciones/{id}`

## Path parameters

- `id` integer, required

## Request body

- EditarAtencionRequest
  - `fechaHoraAtencion` string, date-time
  - `servicioPrestado` integer
  - `profesional` integer

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

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