---
title: "Update Contact Note"
method: PATCH
path: "/contact_note"
tags: ["Contact Note"]
---

# Update Contact Note

`PATCH /contact_note`

Update an existing contact note

## Query parameters

- `select` string
- `id` string, required
- `created_at` string
- `organisation_id` string
- `updated_at` string
- `contact_id` string
- `text` string
- `created_by_id` string

## Request body

- ContactNote
  - `id` string, uuid — Contact note ID
  - `created_at` string, timestamp with time zone — Contact note creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `contact_id` string, uuid — Contact ID
  - `text` string, text, nullable — Text of contact note
  - `created_by_id` string, uuid, nullable — Contact note created by ID

## Response `200`

The updated Contact Note object

- ContactNote
  - `id` string, uuid — Contact note ID
  - `created_at` string, timestamp with time zone — Contact note creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `contact_id` string, uuid — Contact ID
  - `text` string, text, nullable — Text of contact note
  - `created_by_id` string, uuid, nullable — Contact note created by ID

## Other responses

- `204` — No Content

---

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