Contents
Changelog
May 29, 2023
PUT /notes/{id}Announced: March 29, 2023
May 29, 2023
What is changing?
<b><p>1. <code>last_update_user_id</code> response field</b></p>
From May 29, 2023, the value for the last_update_user_id field will only be included in the response of the PUT /notes/{id} endpoint if the content of the note was updated within the same request or has been updated previously.
2. update_time field
From May 29, 2023, the update_time for a note will only be updated when the content of the note has been edited.
Updating other note fields (e.g. the lead_id, deal_id, or org_id) via the PUT /notes/{id} endpoint will not change the update_time for the note.
Why is it changing?
We are changing the behavior of the last_update_user_id and update_time fields for the PUT endpoint to ensure consistent behavior within the Notes API.
If you have any questions or comments, let us know in the Developer’s Community.