Skip to main content
PUT
Update a Project Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

noteId
string
required

(Required) The note identifier.

Body

application/json
type
string

The note type. Must match a note type configured for the organization.

note
string

The body of the note.

important
string

When true, the note is flagged as important.

private
string

When true, the note is only visible to users with permission to view private notes.

contactId
string

The identifier of the contact this record belongs to.

Response

OK

id
string

The unique identifier of the record in Virtuous.

createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

createdByAvatarUrl
string
type
string
note
string
important
string
isPrivate
string

When true, the record is only visible to users with permission to view private records.

binaryPath
string
Last modified on April 23, 2026