Add documentation for holdBudgetForNextMonth and resetBudgetHold (#420)

Docs for [PR](https://github.com/actualbudget/actual/pull/3140)
This commit is contained in:
rodriguestiago0
2024-08-06 18:53:06 +01:00
committed by GitHub
parent c1fedf07b6
commit 2f272b9733

View File

@@ -9,7 +9,9 @@ import APIList from './APIList';
"getBudgetMonths",
"getBudgetMonth",
"setBudgetAmount",
"setBudgetCarryover"
"setBudgetCarryover",
"holdBudgetForNextMonth",
"resetBudgetHold"
]} />
<APIList title="Transactions" sections={[
@@ -124,6 +126,14 @@ These are types.
<Method name="setBudgetCarryover" args={[{ name: 'month', type: 'month' }, { name: 'categoryId', type: 'id' }, { name: 'flag', type: 'bool' }]} returns="Promise<null>" />
#### `holdBudgetForNextMonth`
<Method name="holdBudgetForNextMonth" args={[{ name: 'month', type: 'month' }, { name: 'value', type: 'amount' }]} returns="Promise<null>" />
#### `resetBudgetHold`
<Method name="resetBudgetHold" args={[{ name: 'month', type: 'month' }]} returns="Promise<null>" />
## Transactions
#### Transaction