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
- 200
- default
A successful response.
An unexpected error response.