accounting_journal_entries_update
Update an existing accounting journal entry by providing its UUID and a payload with name, status, or custom fields. Confirm the write operation with the _confirmed flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Journal entry UUID | |
| payload | No | Journal entry patch payload | |
| _confirmed | No | Set to true to confirm this write operation |