v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Notes

Update Note

Edits a note. Notes can be edited by any user if posted to a chat. the user belongs to.

patch/team-messaging/v1/notes/{noteId}

Path parameters

noteIdstring required

Internal identifier of a note to be updated

Query parameters

releaseLockboolean

If true then note lock (if any) will be released upon request

Request body

titlestring required

Title of a note. Max allowed length is 250 characters

bodystring

Contents of a note; HTML markup text. Max allowed length is 1048576 characters (1 Mb).

Response

OK

idstring

Internal identifier of a note

titlestring

Title of a note

chatIdsstring[]

Internal identifiers of the chat(s) where the note is posted or shared.

previewstring

Preview of a note (first 150 characters of a body)

status'Active' | 'Draft'

Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active'

creationTimestring date-time

Creation time

lastModifiedTimestring date-time

Datetime of the note last update

type'Note'