From a942c7c8e17eb829ef1581c0b556665784f19e33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Nov 2019 03:57:33 -0500 Subject: update openapi spec and regenerate with newer openapi-generator the newer openapi-generator picks up fixes for optional parameters, among other things --- docs/DeprecatedApi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/DeprecatedApi.md') 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 -- cgit v1.2.3-54-g00ecf