Update a Note activity
note_html and note: setting one overwrites the other. If both are provided, note_html takes precedence. note_html supports rich-text HTML; note is plaintext only.
A note can be pinned or unpinned by setting pinned to true or false.
Authentication
AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Request
This endpoint expects an object.
activity_at
attachments
contact_id
note
note_html
pinned
title
Response
Successful response
_type
activity_at
contact_id
created_by
date_created
date_updated
id
lead_id
organization_id
updated_by
user_id
users
created_by_name
updated_by_name
user_name
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error