---
title: "bills__update_bill_comment"
method: POST
path: "/tools/bills__update_bill_comment"
tags: ["Gastos"]
---

# bills__update_bill_comment

`POST /tools/bills__update_bill_comment`

### MCP
`update_bill_comment` → `bills__update_bill_comment`.

### HTTP
`PUT /v1/bills/{id}/comments/{commentId}`

### Body
**`comment`**: string (texto del comentario).

### Errores
| Código | Significado | Acción |
|--------|-------------|--------|
| 11301 | Falta id de comentario obligatorio | Incluir `commentId` válido en ruta/payload |

## Request body

- object
  - `id` string, required
  - `commentId` string, required
  - `comment` string, required

## Response `200`

Comentario actualizado

---

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