Skip to main content

UpdateNote replaces the body of an existing note. Only the author or an admin can edit a note.

PATCH 

/api/v1/crm/notes/:id

Errors:

  • NOT_FOUND: note does not exist.
  • INVALID_ARGUMENT: body is empty or exceeds 10 000 chars.
  • PERMISSION_DENIED: caller is not the author or an admin.

Request

Responses

A successful response.