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/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ynab-api/README.md') diff --git a/ynab-api/README.md b/ynab-api/README.md index 353b402..77efbeb 100644 --- a/ynab-api/README.md +++ b/ynab-api/README.md @@ -133,6 +133,10 @@ Class | Method | HTTP request | Description - [TransactionSummary](docs/TransactionSummary.md) - [TransactionsResponse](docs/TransactionsResponse.md) - [TransactionsResponseData](docs/TransactionsResponseData.md) + - [UpdateTransaction](docs/UpdateTransaction.md) + - [UpdateTransactionWrapper](docs/UpdateTransactionWrapper.md) + - [UpdateTransactionsResponse](docs/UpdateTransactionsResponse.md) + - [UpdateTransactionsWrapper](docs/UpdateTransactionsWrapper.md) - [User](docs/User.md) - [UserResponse](docs/UserResponse.md) - [UserResponseData](docs/UserResponseData.md) -- cgit v1.2.3-54-g00ecf