---
title: "Actualizar nota"
method: PATCH
path: "/v1/contacts/{contactId}/notes/{noteId}"
tags: ["Contacts"]
---

# Actualizar nota

`PATCH /v1/contacts/{contactId}/notes/{noteId}`

## Path parameters

- `contactId` string, required
- `noteId` string, required

## Request body

- object
  - `message` string

## Response `200`

Nota actualizada

---

[API](https://skmtc.net/cliengo/apis/cliengo-public-api.md) · [All operations](https://skmtc.net/cliengo/apis/cliengo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliengo/cliengo-public-api/versions/94c7ba7d6a11/schema)
