From 7f054a88386522ddeb27093e27d49f6352ce72d3 Mon Sep 17 00:00:00 2001 From: samantha Date: Sat, 21 Mar 2026 17:19:04 +0000 Subject: [PATCH] Update API Reference --- API-Reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/API-Reference.md b/API-Reference.md index bad173f..9af77a8 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -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.