PUT
/api/v1/note/{uuid}
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/note/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"contents":"This guy rocks.","type":"meeting","path":"gifts","is_pinned":false,"visible_to_clients":false,"created_at":"2026-05-30"}'
Request examples
{
"contents": "This guy rocks.",
"type": "meeting",
"path": "gifts",
"is_pinned": false,
"visible_to_clients": false,
"created_at": "2026-05-30"
}