aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeprecatedApi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DeprecatedApi.md')
-rw-r--r--docs/DeprecatedApi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DeprecatedApi.md b/docs/DeprecatedApi.md
index 712a3d9..0e3af9d 100644
--- a/docs/DeprecatedApi.md
+++ b/docs/DeprecatedApi.md
@@ -20,8 +20,8 @@ Creates multiple transactions. Although this endpoint is still supported, it is
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
-**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | Required |
-**transactions** | [**BulkTransactions**](BulkTransactions.md) | The list of transactions to create | Required |
+**budget_id** | **String** | The id of the budget (\"last-used\" can be used to specify the last used budget and \"default\" can be used if default budget selection is enabled (see: https://api.youneedabudget.com/#oauth-default-budget) | [required] |
+**transactions** | [**BulkTransactions**](BulkTransactions.md) | The list of transactions to create | [required] |
### Return type