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/SaveTransactionsWrapper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/SaveTransactionsWrapper.md') diff --git a/docs/SaveTransactionsWrapper.md b/docs/SaveTransactionsWrapper.md index 6f2dcfd..bff3f3f 100644 --- a/docs/SaveTransactionsWrapper.md +++ b/docs/SaveTransactionsWrapper.md @@ -4,8 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**transaction** | [***crate::models::SaveTransaction**](SaveTransaction.md) | | [optional] -**transactions** | [**Vec**](SaveTransaction.md) | | [optional] +**transaction** | Option<[**crate::models::SaveTransaction**](SaveTransaction.md)> | | [optional] +**transactions** | Option<[**Vec**](SaveTransaction.md)> | | [optional] [[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