v1
latestOpenAPI 3.0.32026-07-268955212.1 KBjournal-entries
Update a comment on a journal entry
Updates a comment on a journal entry. Only comments created by the same integration can be updated.
Comments are plain text only. Rich text, markdown, and HTML are not supported.
Scope: journal-entries:write
put/companies/{companyId}/journal-entries/{journalEntryId}/comments/{commentId}
Request body
Example request
{
"content": "Synced from external system. Invoice reference: INV-2024-001."
}Response
Comment updated
Example response
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"content": "Synced from external system. Invoice reference: INV-2024-001.",
"authorName": "My Integration App",
"createdDatetime": "2024-10-15T08:30:00Z",
"updatedDatetime": "2024-10-15T08:30:00Z"
}