[Feature] Allow updating account notes via API call #2050
Labels
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
The API allows developers to programmatically create accounts, update that account's name, add transactions, etc. However, it's currently not possible to update the account's notes via API. If added to the API, this would allow tools like data importers or sync scripts to update the account's notes field.
Describe your ideal solution to this problem
Example implementation pseudo code:
packages/api/methods/js:
packages/loot-core/src/server/api.ts:
Example API usage:
Teaching and learning
API is documented online: https://actualbudget.com/docs/developers/API/
The text was updated successfully, but these errors were encountered: