v1
latestOpenAPI 3.1.02026-07-241630614.2 KBEdit note
This method allows to edit multiple notes. An array of objects is passed.
patch/api/v4/{entity_type}/notes/{id}
Path parameters
entity_typestring required
leads/contacts/companies
idinteger required
Note ID
Headers
Content-Typestring
Request header
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/leads/notes"
}
},
"_embedded": {
"notes": [
{
"id": 76610423,
"entity_id": 167353,
"updated_at": 1588841241,
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/leads/167353/notes/76610423"
}
}
}
]
}
}