AOP API/Expenses
/finance/expenses/{id}Update an expense. Does not re-post or adjust the linked journal entry (matches standard bookkeeping convention) — delete + recreate to correct the ledger impact.
https://api.w3builders.com/v1/finance/expenses/{id}| Field | Type |
|---|---|
| success | value |
curl -X PATCH https://api.w3builders.com/v1/finance/expenses/123 \-H "Authorization: Bearer $TOKEN"
{"shape": "{ success: true }"}
curl -X PATCH https://api.w3builders.com/v1/finance/expenses/123 \-H "Authorization: Bearer $TOKEN"
{"shape": "{ success: true }"}