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/TransactionDetailAllOf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/TransactionDetailAllOf.md') diff --git a/docs/TransactionDetailAllOf.md b/docs/TransactionDetailAllOf.md index 663f5f6..6cc4c8b 100644 --- a/docs/TransactionDetailAllOf.md +++ b/docs/TransactionDetailAllOf.md @@ -5,8 +5,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_name** | **String** | | -**payee_name** | **String** | | [optional] -**category_name** | **String** | | [optional] +**payee_name** | Option<**String**> | | [optional] +**category_name** | Option<**String**> | | [optional] **subtransactions** | [**Vec**](SubTransaction.md) | If a split transaction, the subtransactions. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -- cgit v1.2.3-54-g00ecf