Notes
Update Note
Updates the content and pin state of an existing note.
Notes:
- content must not be blank; isPin must not be null.
- content is silently truncated to 2000 characters.
- If leadId is supplied in the body, it must match the note’s lead; otherwise 400 INVALID_UPDATE_OPERATION_LEADID.
- Caller must have access to the lead; otherwise 404 LEAD_NOT_EXIST.
- The response body is empty.
PUT
Update Note
Path Parameters
ID of the note to update.
Required range:
x >= 1Body
application/json
Note payload.
Note content. Silently truncated to 2000 characters.
Maximum string length:
2000Example:
"Discussed Austin inventory, will send pre-approval doc tomorrow."
ID of the lead this note belongs to. Must be accessible to the caller.
Example:
563172647619608
Whether to pin this note to the top of the lead's timeline.
Example:
false
Response
Note updated successfully. No response body.