Skip to main content
PATCH
Update a contact note

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Path Parameters

contactId
string
required

The unique identifier of the contact the note belongs to.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856e"

noteId
string
required

The unique identifier of the note to update.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856f"

Body

application/json
text
string
required

The updated body of the note.

Required string length: 1 - 2000
Example:

"Please follow up with the customer."

Response

OK

data
object
required