Update API Reference

2026-03-21 17:19:04 +00:00
parent 8cab175fa2
commit 7f054a8838

@@ -151,7 +151,7 @@ Create a GL account.
List all GL accounts.
#### `DELETE /gl-accounts/{id}`
#### `DELETE /gl-accounts/delete`
Delete a GL account by ID.
@@ -159,7 +159,7 @@ Delete a GL account by ID.
## Budgets
#### `POST /budgets`
#### `POST /budget/create`
Create a budget line.
@@ -179,7 +179,7 @@ Create a budget line.
**Budget versions:** `original`, `forecast1`, `forecast2`, `forecast3`
#### `PUT /budgets/{id}`
#### `PUT /budgets/update`
Update a budget line's amount or notes.
@@ -191,7 +191,7 @@ Update a budget line's amount or notes.
}
```
#### `DELETE /budgets/{id}`
#### `DELETE /budgets/delete`
Delete a budget line by ID.