From 4c94e5f9101c14bfc5c6989d11ea6c855c809f0b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 14 Sep 2019 14:19:01 -0400 Subject: update openapi spec --- docs/SaveTransactionsResponseData.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/SaveTransactionsResponseData.md') diff --git a/docs/SaveTransactionsResponseData.md b/docs/SaveTransactionsResponseData.md index 8617702..98b414b 100644 --- a/docs/SaveTransactionsResponseData.md +++ b/docs/SaveTransactionsResponseData.md @@ -5,8 +5,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **transaction_ids** | **Vec** | The transaction ids that were saved | -**transaction** | [***::models::TransactionDetail**](TransactionDetail.md) | | [optional] -**transactions** | [**Vec<::models::TransactionDetail>**](TransactionDetail.md) | If multiple transactions were specified, the transactions that were saved | [optional] +**transaction** | [***crate::models::TransactionDetail**](TransactionDetail.md) | | [optional] +**transactions** | [**Vec**](TransactionDetail.md) | If multiple transactions were specified, the transactions that were saved | [optional] **duplicate_import_ids** | **Vec** | If multiple transactions were specified, a list of import_ids that were not created because of an existing import_id found on the same account | [optional] **server_knowledge** | **i64** | The knowledge of the server | -- cgit v1.2.3-54-g00ecf