Update note content
Notes
Update a Note
Updates the content of an existing note. Only the original author may edit a note.
PATCH
Update note content
Updates the content of an existing note.Documentation Index
Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Only the original author may edit a note.
Path Parameters
- id (required, string): Note ID, from List Notes.
Request Body
| Field | Type | Required | Max Length | Description |
|---|---|---|---|---|
content | string | Yes | 10,000 | Updated plain text content of the note |
user_id | string | Yes | — | ID of the team member performing the update. Must match the original author of the note. |
Example Request
Response (200)
Returns the updated note object.Errors
| Status | Description |
|---|---|
| 403 | Only the author can edit this note |
| 404 | Note not found |
Authorizations
Path Parameters
Note ID
Body
application/json
Response
Note updated successfully
Example:
"507f1f77bcf86cd799439011"
Example:
"507f1f77bcf86cd799439012"
Note author. Populated when available; otherwise just the user ID under _id.
Plain text content of the note
Whether this note is pinned to the top
Contact this note is attached to (mutually exclusive with company)
Company this note is attached to (mutually exclusive with contact)