From a494b85f2ab08c98f57c59883c07bb92e2afd193 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Aug 2019 01:18:47 -0400 Subject: add a separate model for update transactions unlike creating transactions, they require a transaction id --- ynab-api/docs/UpdateTransactionsWrapper.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ynab-api/docs/UpdateTransactionsWrapper.md (limited to 'ynab-api/docs/UpdateTransactionsWrapper.md') diff --git a/ynab-api/docs/UpdateTransactionsWrapper.md b/ynab-api/docs/UpdateTransactionsWrapper.md new file mode 100644 index 0000000..f039804 --- /dev/null +++ b/ynab-api/docs/UpdateTransactionsWrapper.md @@ -0,0 +1,12 @@ +# UpdateTransactionsWrapper + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**transaction** | [***::models::UpdateTransaction**](UpdateTransaction.md) | | [optional] +**transactions** | [**Vec<::models::UpdateTransaction>**](UpdateTransaction.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