---
title: "Update note"
method: PATCH
path: "/contacts/note/{note}"
tags: ["Contacts"]
---

# Update note

`PATCH /contacts/note/{note}`

REQUIRED SCOPES <code>['contacts:write']</code><br> This request enables you to change the value of an existing note’s property with any text provided. The update is applied to the note with a given note id.

## Path parameters

- `note` string, required

## Query parameters

- `text` string, required

## Response `200`

OK

- AppContactNoteResource
  - `id` integer — Note ID
  - `text` string — Note text
  - `contact_id` integer — Contact ID
  - `created_by` object, nullable
    - `id` integer — User ID
    - `first_name` string — First name
    - `last_name` string — Last name
    - `photo_url` string — Photo URL
  - `updated_by` object, nullable
    - `id` integer — User ID
    - `first_name` string — First name
    - `last_name` string — Last name
    - `photo_url` string — Photo URL
  - `created_at` string, date-time — Creation timestamp
  - `updated_at` string, date-time — Last update timestamp
  - `isAutomated` boolean — Indicates if the note is automated
  - `source_title` string, nullable — Source title if automated

---

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