{id}. The note's record (item_type / item_id) and author are fixed by the stored note and cannot be changed; values sent for them in the body are ignored. The request body is wrapped in a Note object.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://.daftra.com/api2/notes/91.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"Note":{"date":"2026-06-30 11:30","body":"Updated: client confirmed delivery for next week.","status_id":0,"action_id":0,"share_with_partner":1}}'{
"result": "successful",
"code": 200
}