Update API Reference
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user