Notes
Updates an account note
PUT
Authorizations
Enter JWT bearer token
Enter organization ID
Path Parameters
Body
application/json
The content of the note
Example:
"This is a note"
The identifier / value of the type attribute of the note
Example:
"T123"
The visibility of the note
Example:
"private"
The URLs of the attachments to attach to the note
Example:
[
"https://example.com/attachment1.jpg",
"https://example.com/attachment2.jpg"
]
Response
200
application/json
Operation successful
The identifier of the activity
The identifier of the account
The name of the account
The content of the note
The type of the note
The identifier of the type attribute
The configuration of the type
The visibility of the note
The attachments of the note
The name of the author
The identifier of the author
The email of the author
The timestamp of the note
The last updated timestamp of the note