Skip to main content
PUT
Update note on contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1
noteId
string
required

Note id (numeric string).

Pattern: ^\d+$

Body

application/json
text
string
required

Note text.

Required string length: 1 - 1000

Response

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
text
string
required
contactId
string
required
createdById
string | null
required